aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Fuertes <TomFuertes@gmail.com>2012-10-16 17:19:36 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-10-16 17:19:36 -0400
commite03d9999398c772220a0f5e77f5660b949617b26 (patch)
tree3541bd390bdb836b42aaa6b1428f33dec5d2915f
parent0c1cea376196d24acc73c64dbdff1880a2dfd006 (diff)
downloadjquery-e03d9999398c772220a0f5e77f5660b949617b26.tar.gz
jquery-e03d9999398c772220a0f5e77f5660b949617b26.zip
Update README.md - grunt *update_*submodules
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76d5c3406..caaa00f9f 100644
--- a/README.md
+++ b/README.md
@@ -197,7 +197,7 @@ Updating Submodules
Update the submodules to what is probably the latest upstream code.
```bash
-grunt submodules
+grunt update_submodules
```
Note: This task will also be run any time the default `grunt` command is used.