Skip to content

Commit a86ed30

Browse files
committed
Make exclusion list less confusing to read
1 parent 3b2d2b0 commit a86ed30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@ Starting in jQuery 1.8, special builds can now be created that optionally exlude
8181

8282
To create a custom build, use the following special `grunt` commands:
8383

84-
Exclude `dimensions`:
84+
Exclude **dimensions**:
8585

8686
```bash
8787
grunt build:*:*:-dimensions
8888
```
8989

90-
Exclude `effects`:
90+
Exclude **effects**:
9191

9292
```bash
9393
grunt build:*:*:-effects
9494
```
9595

96-
Exclude `offset`:
96+
Exclude **offset**:
9797

9898
```bash
9999
grunt build:*:*:-offset

0 commit comments

Comments
 (0)