Skip to content

Commit 88cad6a

Browse files
committed
Added library to NPM
1 parent 99bb8c8 commit 88cad6a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
bower install --save HTMLString
1313
```
1414

15+
**Using npm**
16+
17+
```
18+
npm install --save HTMLString
19+
```
20+
1521
## Building
1622
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):
1723
```
@@ -34,7 +40,7 @@ unzip jasmine-standalone-2.0.3.zip
3440

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

37-
Alternatively you can use `grunt jasmine` to run the tests from the command line.
43+
Alternatively you can use `grunt jasmine` to run the tests from the command line.
3844

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

0 commit comments

Comments
 (0)