Skip to content

Commit

Permalink
update README to reflect npm support (#2634)
Browse files Browse the repository at this point in the history
* update README to reflect npm support
  • Loading branch information
koenpunt authored Sep 19, 2016
1 parent 2ea2b46 commit f75e914
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,24 @@ http://harvesthq.github.io/chosen/
For **downloads**, see:
https://github.com/harvesthq/chosen/releases/

### Bower Installation
### Package managers

Chosen is available for Bower installation:
`bower install chosen`
Chosen is available through [Bower](https://bower.io/) and [npm](https://www.npmjs.com),
_however, the package names are not the same_.

The compiled files for the Bower package are automatically generated and stored in a [2nd Chosen repository](https://github.com/harvesthq/bower-chosen). No pull requests will be accepted to that repository.
To install with Bower:

```
bower install chosen
```

To install with npm:

```
npm install chosen-js
```

The compiled files for these packages are automatically generated and stored in a [2nd Chosen repository](https://github.com/harvesthq/chosen-package). No pull requests will be accepted to that repository.

### Contributing to this project

Expand Down

0 comments on commit f75e914

Please sign in to comment.