From d10c9c4cae285c36988e96036eec133ee06ef9a3 Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Fri, 16 Dec 2016 12:32:24 -0800 Subject: [PATCH] Link to SQL Tools Service API documentation from readme.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c85f7883..396802d6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ The SQL Tools Service is an application that provides core functionality for var * Language Service support using VS Code protocol * Query execution and resultset management +# SQL Tools Service API Documentation +Please see the SQL Tools Service API documentation at https://microsoft.github.io/sqltoolssdk/. + # Contribution Guidelines We welcome many kinds of community contributions to this project! Whether it's a feature implementation,