Skip to content

Commit

Permalink
Merge branch 'master' of github.com:remy/inliner
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Mar 14, 2011
2 parents 24488b9 + eca5951 commit ec735e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Turns your web page to a single HTML file with everything inlined - perfect for

## Usage

The inliner.js script requires jsdom to be installed via `npm install jsdom`, otherwise you should be good to run:

var inliner = require('./inliner').inliner;

inliner('http://remysharp.com', function (html) {
Expand Down

0 comments on commit ec735e1

Please sign in to comment.