aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-11 09:39:18 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-07-11 09:39:43 -0400
commitd8f9dece24f5c8ca26cc455879e9744c697df488 (patch)
treed7be5c947665e4c20e54c785bceb9fdb375efacb /README.md
parent335bdf2b1a296cc1e77afe5e33727bf33150443b (diff)
downloadjquery-d8f9dece24f5c8ca26cc455879e9744c697df488.tar.gz
jquery-d8f9dece24f5c8ca26cc455879e9744c697df488.zip
README: Add to the full list of optional modules. Closes gh-855
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 74ad758b9..39deec4ef 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ grunt custom:-offset
Exclude **all** optional modules:
```bash
-grunt custom:-ajax,-css,-dimensions,-effects,-offset
+grunt custom:-ajax,-css,-deprecated,-dimensions,-effects,-offset
```