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

Commit 4ae7c40

Browse files
author
pkempenaers
committed
Merge branch 'fix'
2 parents 55fc14d + 8ea6132 commit 4ae7c40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ http://dotansimha.github.io/angularjs-dropdown-multiselect/
2727
## Install
2828
1. Download the files
2929
1. Using bower: <img src="http://benschwarz.github.io/bower-badges/badge@2x.png" width="130" height="30">
30-
3130
Just run `bower install angularjs-dropdown-multiselect`
3231
2. Using npm :
3332
Just run `npm install angularjs-dropdown-multiselect`

src/app/main/main.template.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ <h2 style="margin-bottom: 0">What is AngularJS Dropdown Multiselect?</h2>
1212
<h2 style="margin-bottom: 0">Download</h2>
1313
There are several options to do that:
1414
<ol>
15-
<li>Using bower: `bower install angular-dropdown-multiselect`</li>
15+
<li>Using bower: `bower install angularjs-dropdown-multiselect`</li>
16+
<li>Using npm: `npm install angularjs-dropdown-multiselect`</li>
1617
<li>
1718
Download the .zip file from <a href="https://github.com/dotansimha/angularjs-dropdown-multiselect/zipball/master">here</a>
1819
</li>
1920
<li>
20-
Using it from GitHub raw using <a href="https://rawgit.com/dotansimha/angularjs-dropdown-multiselect/master/src/angularjs-dropdown-multiselect.js">this link</a>
21+
Using it from GitHub raw using <a href="https://rawgit.com/dotansimha/angularjs-dropdown-multiselect/master/component/component.js">this link</a>
2122
</li>
2223
</ol>
2324
This is documentation for the currently still in beta v2.0.0, the documentation for v1 can be found here:

0 commit comments

Comments
 (0)