From 9d6beac3958da79671344fd11b9a3fe9b85f88e1 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Mon, 10 Nov 2014 13:20:06 +0300 Subject: Docs: correct grunt command in README.md Fixes gh-1850 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.3