Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Update npm package name in readme #1582

Merged
merged 1 commit into from
Apr 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For the roadmap, check [issue #3](https://github.com/angular-ui/ui-select/issues

### npm
```
$ npm install angular-ui-select
$ npm install ui-select
```
### bower
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h3>Dependencies</h3>

<h3>Installation</h3>
<h4>Install via npm</h4>
<pre>$ npm install angular-ui-select</pre>
<pre>$ npm install ui-select</pre>
<h4>Install via bower</h4>
<pre>$ bower install angular-ui-select</pre>
<p>
Expand Down