diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-07 12:03:32 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-07 12:03:32 -0400 |
commit | a86ed30f0aa9e656a7b64dda18debb386c27518e (patch) | |
tree | 679bc533c85d6b8715ccdbe53f0d6dfa7909811e /README.md | |
parent | 3b2d2b022c7268136070efd8ff2201f738f8cc80 (diff) | |
download | jquery-a86ed30f0aa9e656a7b64dda18debb386c27518e.tar.gz jquery-a86ed30f0aa9e656a7b64dda18debb386c27518e.zip |
Make exclusion list less confusing to read
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -81,19 +81,19 @@ Starting in jQuery 1.8, special builds can now be created that optionally exlude To create a custom build, use the following special `grunt` commands: -Exclude `dimensions`: +Exclude **dimensions**: ```bash grunt build:*:*:-dimensions ``` -Exclude `effects`: +Exclude **effects**: ```bash grunt build:*:*:-effects ``` -Exclude `offset`: +Exclude **offset**: ```bash grunt build:*:*:-offset |