diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2015-05-29 19:45:02 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-05-29 19:45:02 +0300 |
commit | 3c9277086742fe3a38a268ef97184be34e294655 (patch) | |
tree | 6f6e04d88d475757c60669a981161131188929fe /README.md | |
parent | a644101ed04d0beacea864ce805e0c4f86ba1cd1 (diff) | |
download | jquery-3c9277086742fe3a38a268ef97184be34e294655.tar.gz jquery-3c9277086742fe3a38a268ef97184be34e294655.zip |
Docs: remove redundant instruction from the readme
Thanks @elas7
Fixes gh-2359
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ npm install Start `grunt watch` or `npm start` to auto-build jQuery as you work: ```bash -cd jquery && grunt watch +grunt watch ``` |