We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae3f49 commit 8663b4dCopy full SHA for 8663b4d
README.md
@@ -150,7 +150,7 @@ This extension allows you to specify json schemas that you want to validate agai
150
151
1. Install prerequisites:
152
- latest [Visual Studio Code](https://code.visualstudio.com/)
153
- - [Node.js](https://nodejs.org/) v6.0.0 or higher
+ - [Node.js](https://nodejs.org/) v12.0.0 or higher
154
2. Fork and clone this repository and go into the folder
155
```bash
156
$ cd vscode-yaml
@@ -161,7 +161,7 @@ This extension allows you to specify json schemas that you want to validate agai
161
```
162
4. Compile the Typescript to Javascript
163
164
- $ npm run compile
+ $ npm run build
165
166
167
#### Developing the client side
0 commit comments