We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193500a commit 95ef2c0Copy full SHA for 95ef2c0
README.md
@@ -121,7 +121,7 @@ var cleanedCode = cleanAMD.clean(code);
121
* Use the global `amdclean` object and `clean()` method
122
123
```javascript
124
-var cleanedCode = cleanamd.clean('define("example", [], function() { var a = true; });');
+var cleanedCode = amdclean.clean('define("example", [], function() { var a = true; });');
125
```
126
127
## Requirements
0 commit comments