Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cgross authored Jan 5, 2017
1 parent 4e6ea95 commit d4eb2e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Supports IE 10, and recent versions of FF and Chrome.

## Getting Started

Install with Bower or download the the files directly from the dist folder in the repo.
Install with Bower, npm, or download the the files directly from the dist folder in the repo.

```bash
bower install angular-notify --save
npm install @cgross/angular-notify`
```

Add `dist/angular-notify.js` and `dist/angular-notify.css` to your index.html.
Expand Down Expand Up @@ -78,6 +79,9 @@ The `messageTemplate` property is also included on the scope as `$messageTemplat
## Release History
* v2.5.1 - 01/05/2017
* Fixed for Angular 1.6 promise method changes.
* Published to NPM.
* v2.5.0 - 04/12/2015
* New `duration` property per notification.
* New `position` property per notification.
Expand Down

0 comments on commit d4eb2e9

Please sign in to comment.