Skip to content

Commit

Permalink
mentioned npm install in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeletsky committed Feb 11, 2015
1 parent cc99c14 commit 38aeb61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Download the package, and include the dist/angucomplete-alt.min.js file in your
bower install angucomplete-alt --save
```

Or

```bash
npm install angucomplete-alt --save
```

Then add the angucomplete-alt module to your Angular App file, e.g.

```js
Expand Down

0 comments on commit 38aeb61

Please sign in to comment.