From a017cfb079a00253880dba587ef2a92bf521d951 Mon Sep 17 00:00:00 2001 From: malinthar Date: Thu, 19 May 2022 12:30:59 +0530 Subject: [PATCH] Improve docs --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b84e143..39da7a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # The Ballerina Compiler Toolkit -This toolkit only provides additional tooling support for Ballerina developers. In order to experience language intelligence and other core features, install the Ballerina plugin. Checkout [ballerina.io](https://ballerina.io/) for 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. ## Building the Extension > Building with Tests 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",