Docs: correct grunt command in README.md

Ref 9d6beac395
This commit is contained in:
Oleg Gaidarenko 2014-11-10 13:20:06 +03:00
parent c5e8e12cef
commit 38ac3c43ff

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: