Skip to content

Commit 38ac3c4

Browse files
committed
Docs: correct grunt command in README.md
Ref 9d6beac
1 parent c5e8e12 commit 38ac3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ npm install -g grunt-cli
5454
```
5555
Make sure you have `grunt` installed by testing:
5656
```
57-
grunt -v
57+
grunt -V
5858
```
5959

6060
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:

0 commit comments

Comments
 (0)