diff --git a/README.md b/README.md index a0f5ee1..5a1b665 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # The Ballerina Compiler Toolkit for Visual Studio Code -This toolkit introduces the capability to investigate and delve in to the syntax trees of Ballerina code and to retrieve the syntax API calls that are required to create a particular piece of Ballerina code. However, this extension only provides additional capabilities to support Ballerina developers. In order to experience language intelligence and other core features, install the Ballerina extension. Checkout the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=WSO2.ballerina) for further details. +This toolkit only provides additional tooling support for Ballerina compiler developers. + +In order to experience language intelligence and other core features, install the [Ballerina plugin](https://marketplace.visualstudio.com/items?itemName=WSO2.ballerina). + +Checkout [ballerina.io](https://ballerina.io/) for more details. --- ## Quick Start diff --git a/package.json b/package.json index 0ea9874..ddcfa1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ballerinacompilertoolkit", "displayName": "Ballerina Compiler Toolkit", - "description": "VSCode Compiler Tools for Ballerina", + "description": "Compiler Developer Tools for Ballerina", "version": "2.0.0-Alpha-SNAPSHOT", "publisher": "ballerina", "author": "ballerina.io",