Docs: correct grunt command in README.md

Fixes gh-1850
This commit is contained in:
Oleg Gaidarenko 2014-11-10 13:20:06 +03:00
parent dc4b914a05
commit 9d6beac395

View File

@ -54,7 +54,7 @@ npm install -g grunt-cli
```
Make sure you have `grunt` installed by testing:
```
grunt -v
grunt -V
```
Now by running the `grunt` command, in the jquery directory, you can build a full version of jQuery, just like with a `npm run build` command: