Skip to content

Commit

Permalink
Fixed README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gfranko committed Jan 17, 2014
1 parent d993836 commit ecab830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ecab830

Please sign in to comment.