Skip to content

Commit 95ef2c0

Browse files
committed
Fixed README mistake
1 parent 193500a commit 95ef2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ var cleanedCode = cleanAMD.clean(code);
121121
* Use the global `amdclean` object and `clean()` method
122122

123123
```javascript
124-
var cleanedCode = cleanamd.clean('define("example", [], function() { var a = true; });');
124+
var cleanedCode = amdclean.clean('define("example", [], function() { var a = true; });');
125125
```
126126

127127
## Requirements

0 commit comments

Comments
 (0)