aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-05-31 17:20:32 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2013-05-31 17:20:32 +0200
commita0aa6232d0b451bb6e61a33d6f33a750b51bbe18 (patch)
tree3a981258aaf73298f9cc15ee3fd38f1736f521f3 /README.md
parent86fe6eea506d88912ad57ecd975232050548e2d1 (diff)
downloadjquery-a0aa6232d0b451bb6e61a33d6f33a750b51bbe18.tar.gz
jquery-a0aa6232d0b451bb6e61a33d6f33a750b51bbe18.zip
No ticket: correct typo in an example in README.md. Close gh-1281.
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 7340e6736..18740b9e4 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ grunt custom:-ajax
Exclude **css**, **effects**, **offset**, **dimensions**, and **position**. Excluding **css** automatically excludes its dependent modules:
```bash
-grunt custom:-css:-position
+grunt custom:-css,-position
```
Exclude **all** optional modules and use the `querySelectorAll`-based selector engine: