]> source.dussan.org Git - jquery.git/commitdiff
Docs: correct grunt command in README.md
authorOleg Gaidarenko <markelog@gmail.com>
Mon, 10 Nov 2014 10:20:06 +0000 (13:20 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Mon, 10 Nov 2014 10:22:56 +0000 (13:22 +0300)
Ref 9d6beac3958da79671344fd11b9a3fe9b85f88e1

README.md

index 45b92d7457b15e610e5b56ac05b64e3e59aa7cbf..036b8a43cd6d693dffd6fc11fb821d2fec6d572e 100644 (file)
--- 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: