Skip to content

Commit

Permalink
Update Readme.md to document sourcemap option
Browse files Browse the repository at this point in the history
  • Loading branch information
bclinkinbeard committed Feb 17, 2014
1 parent c60edd3 commit ba5c477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -47,7 +47,7 @@ or in the browser with the stand-alone build ./rework.js referencing the `rework
### Rework#toString(options)

Return the string representation of the manipulated css. Optionally
you may compress the output with `.toString({ compress: true })`
you may compress the output with `.toString({ compress: true })` and/or generate an inline source map with `.toString({ sourcemap: true })`

## Plugins

Expand Down

0 comments on commit ba5c477

Please sign in to comment.