Skip to content

Commit

Permalink
Added library to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed May 30, 2016
1 parent 99bb8c8 commit 88cad6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
bower install --save HTMLString
```

**Using npm**

```
npm install --save HTMLString
```

## Building
To build the library you'll need to use Grunt. First install the required node modules ([grunt-cli](http://gruntjs.com/getting-started) must be installed):
```
Expand All @@ -34,7 +40,7 @@ unzip jasmine-standalone-2.0.3.zip

Then open `HTMLString/SpecRunner.html` in a browser to run the tests.

Alternatively you can use `grunt jasmine` to run the tests from the command line.
Alternatively you can use `grunt jasmine` to run the tests from the command line.

## Documentation
Full documentation is available at http://getcontenttools.com/api/html-string
Expand Down

0 comments on commit 88cad6a

Please sign in to comment.