From 4e327aac43467c23a69991971b4482b1c90f1254 Mon Sep 17 00:00:00 2001 From: shan1024 Date: Wed, 1 Mar 2017 11:40:21 +0530 Subject: [PATCH] Fix numbering issue in the ReadMe Resolves #164 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58f1897d..ea5deffa 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ ## Building from the source 1. Clone the repository using the following command. -``` -git clone --recursive https://github.com/ballerinalang/plugin-intellij.git -``` + + ``` + git clone --recursive https://github.com/ballerinalang/plugin-intellij.git + ``` 2. Install latest version of [Gradle](https://gradle.org/) if you don't have it installed already. 3. Navigate into the cloned repository and run `gradle buildPlugin`. 4. In the **build/distributions** directory, **Ballerina-Intellij-Plugin.zip** will be created.