aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2014-11-10 13:20:06 +0300
committerOleg Gaidarenko <markelog@gmail.com>2014-11-10 13:20:06 +0300
commit9d6beac3958da79671344fd11b9a3fe9b85f88e1 (patch)
treeae8c494097f2b2627254e9deb2e226f78e3923c6 /README.md
parentdc4b914a05e1e6dbf13f916897b5d6a472ea0380 (diff)
downloadjquery-9d6beac3958da79671344fd11b9a3fe9b85f88e1.tar.gz
jquery-9d6beac3958da79671344fd11b9a3fe9b85f88e1.zip
Docs: correct grunt command in README.md
Fixes gh-1850
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1cbba3cd8..01455a40f 100644
--- a/README.md
+++ b/README.md
@@ -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: