diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-11-10 13:20:06 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-11-10 13:20:06 +0300 |
commit | 9d6beac3958da79671344fd11b9a3fe9b85f88e1 (patch) | |
tree | ae8c494097f2b2627254e9deb2e226f78e3923c6 /README.md | |
parent | dc4b914a05e1e6dbf13f916897b5d6a472ea0380 (diff) | |
download | jquery-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |