Skip to content

Commit 6f8d409

Browse files
committed
Fixed README
1 parent a8354f8 commit 6f8d409

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ It is best used for libraries or apps that use AMD or CommonJS (using the [cjsTr
5151
* Can be used for both full-fledged web apps and/or individual JavaScript libraries.
5252

5353
- If you are using AMDclean to build a JavaScript library, make sure these options are set appropriately (these are just suggestions):
54-
```javascript
54+
55+
```javascript
5556
{
5657
// Will not transform conditional AMD checks - Libraries use this to provide optional AMD support
5758
'transformAMDChecks': false,
@@ -61,7 +62,7 @@ It is best used for libraries or apps that use AMD or CommonJS (using the [cjsTr
6162
'end': '}());'
6263
}
6364
}
64-
```
65+
```
6566

6667
* `define()` and `require()` calls.
6768

0 commit comments

Comments
 (0)