From 38ac3c43ffdd79e6d8fd6ef5d652228fbc5ac33f Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Mon, 10 Nov 2014 13:20:06 +0300 Subject: [PATCH] Docs: correct grunt command in README.md Ref 9d6beac3958da79671344fd11b9a3fe9b85f88e1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45b92d745..036b8a43c 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: -- 2.39.5