Skip to content

Commit

Permalink
readme correction
Browse files Browse the repository at this point in the history
  • Loading branch information
khrome committed Dec 29, 2012
1 parent 32edd95 commit 6922941
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 @@ -32,7 +32,7 @@ if I wanted it minified with npm module 'another_module':

'/js/compact/my_npm_module.another_module'

or I can get an array of head tags, after resources are registered, using resource.headIncludes(<options>, <callback>) where options may be a complex object or a boolean representing the 'combined' option.
or I can get an array of head tags, after resources are registered, using `Resource.head(<options>, <callback>)` where options may be a complex object or a boolean representing the 'combined' option.
- *combined* : are the resources a series of sequential tags or one large combined one?
- *compact* : are the resources built uncompressed, or are they minified/compacted/etc. ?

Expand Down

0 comments on commit 6922941

Please sign in to comment.