From ecab8301b0264729621f65bc46d9979f3669b39b Mon Sep 17 00:00:00 2001 From: Greg Franko Date: Fri, 17 Jan 2014 02:30:56 -0500 Subject: [PATCH] Fixed README formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6136669..07c0975 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ __Why would I use amdclean instead of Almond.js?__ - Although Almond is very small (~1k gzipped and minified), most JavaScript library authors do not want to have to include it in their library's source code. If you are not using an AMD plugin, then amdclean provides the benefit of AMD without increasing your library's file size. - __AMDClean does not seem to be cleaning shimmed modules. What am I doing wrong?__ +__AMDClean does not seem to be cleaning shimmed modules. What am I doing wrong?__ - Since Require.js does not expose the [shim](http://requirejs.org/docs/api.html#config-shim) functionality within the `onBuildWrite` config property, you must use the `onModuleBundleComplete` config property instead. Like this: