Skip to content

Commit

Permalink
update readme organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle MacDonald committed May 17, 2015
1 parent a3bb674 commit 81248ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ a roots extension for inlining your CSS properties into the style attribute in a

- make sure you are in your roots project directory
- `npm install roots-inline-css --save`
- modify your `app.coffee` file to include the extension, as such

### Usage

```coffee
# app.coffee
rootsInlineCss = require('roots-inline-css')

module.exports =
options = {files: '/path/**.html', applyStyleTags:true}
extensions: [rootsInlineCss(options)]
```

### Usage


### License & Contributing

- Details on the license [can be found here](LICENSE.md)
Expand Down

0 comments on commit 81248ec

Please sign in to comment.