aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2015-05-29 19:45:02 +0300
committerOleg Gaidarenko <markelog@gmail.com>2015-05-29 19:45:02 +0300
commit3c9277086742fe3a38a268ef97184be34e294655 (patch)
tree6f6e04d88d475757c60669a981161131188929fe /README.md
parenta644101ed04d0beacea864ce805e0c4f86ba1cd1 (diff)
downloadjquery-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e999a8c55..59728b0f7 100644
--- a/README.md
+++ b/README.md
@@ -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
```