Skip to content

Commit f146992

Browse files
committed
Update README.md
1 parent 6d13d9e commit f146992

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@
8181
- [isIdenticalTo](#isidenticalto) `===`
8282
- [isNotIdenticalTo](#isnotidenticalto) `!==`
8383

84-
#Getting Started
85-
**(1)** You can install angular-filter using 3 different methods:
84+
#Get Started
85+
**(1)** You can install angular-filter using 4 different methods:
8686
- clone & [build](#developing) this repository
8787
- via **[Bower](http://bower.io/)**: by running `$ bower install angular-filter` from your terminal
88+
- via **[npm](https://www.npmjs.org/)**: by running `$ npm install angular-filter` from your terminal
8889
- via cdnjs http://www.cdnjs.com/libraries/angular-filter
8990

9091
**(2)** Include `angular-filter.js` (or `angular-filter.min.js`) in your `index.html`, after including Angular itself.

0 commit comments

Comments
 (0)