Skip to content

Commit

Permalink
Add installation section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
maael committed Jul 26, 2015
1 parent 01fec12 commit 50b53d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,17 @@ Produces -
</div>
</div>
```

## Installation

### Node.js

Run
```npm install --save html-chain```
You can then access it with ```var html = require('html-chain');```

### Script

Download and include the ```html.js``` script in your html.

```<script type="text/javascript" src="_PATH_TO_html.js_"></script>```

0 comments on commit 50b53d4

Please sign in to comment.