Skip to content

Commit 2fbafb7

Browse files
committed
Merge pull request #117 from maxdow/patch-2
Added npm install option
2 parents f9af7d2 + 1c39d42 commit 2fbafb7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ Optionally: to install with bower, use:
1919
```
2020
bower install --save angularjs-toaster
2121
```
22-
22+
or with npm :
23+
```
24+
npm install --save angularjs-toaster
25+
```
2326
* Link scripts:
2427

2528
```html
@@ -103,4 +106,4 @@ Inspired by http://codeseven.github.io/toastr/demo.html.
103106
Copyright © 2013 [Jiri Kavulak](https://twitter.com/jirikavi).
104107

105108
## License
106-
AngularJS-Toaster is under MIT license - http://www.opensource.org/licenses/mit-license.php
109+
AngularJS-Toaster is under MIT license - http://www.opensource.org/licenses/mit-license.php

0 commit comments

Comments
 (0)