From: Oleg Gaidarenko Date: Fri, 29 May 2015 16:45:02 +0000 (+0300) Subject: Docs: remove redundant instruction from the readme X-Git-Tag: 3.0.0-alpha1~40 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c9277086742fe3a38a268ef97184be34e294655;p=jquery.git Docs: remove redundant instruction from the readme Thanks @elas7 Fixes gh-2359 --- 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 ```