diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-10-21 09:31:37 -0300 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-10-21 09:31:37 -0300 |
commit | 2decd0510d8bd70fe7bbae9ebbacc49717376cfd (patch) | |
tree | f0261e74d0cf34955bc632226193ddf3469d8687 | |
parent | 9dd0b010174dbfa70142a995a875a316337e1913 (diff) | |
download | jquery-2decd0510d8bd70fe7bbae9ebbacc49717376cfd.tar.gz jquery-2decd0510d8bd70fe7bbae9ebbacc49717376cfd.zip |
Remove references to the Makefile from the README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ As the source code is handled by the version control system Git, it's useful to ### Submodules ### -The repository uses submodules, which normally are handled directly by the Makefile, but sometimes you want to +The repository uses submodules, which normally are handled directly by the `grunt update_submodules` command, but sometimes you want to be able to work with them manually. Following are the steps to manually get the submodules: |