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

Commit 152856d

Browse files
committed
Merge pull request #1582 from marcbachmann/fix-npm-module-name
Update npm package name in readme
2 parents b7f2afe + bbaa0b8 commit 152856d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For the roadmap, check [issue #3](https://github.com/angular-ui/ui-select/issues
2626

2727
### npm
2828
```
29-
$ npm install angular-ui-select
29+
$ npm install ui-select
3030
```
3131
### bower
3232
```

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h3>Dependencies</h3>
149149

150150
<h3>Installation</h3>
151151
<h4>Install via npm</h4>
152-
<pre>$ npm install angular-ui-select</pre>
152+
<pre>$ npm install ui-select</pre>
153153
<h4>Install via bower</h4>
154154
<pre>$ bower install angular-ui-select</pre>
155155
<p>

0 commit comments

Comments
 (0)