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

Commit 79367b8

Browse files
committed
chore(docs): downloads - promote npm
In the download modal on the demo page, changed Bower info to suggest using npm instead. Closes #4734
1 parent 0669b06 commit 79367b8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

‎misc/demo/index.html‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,10 @@ <h1><%= module.displayName %><small>
278278
</div>
279279
</div>
280280
<div class="form-group">
281-
<label class="col-sm-3 control-label"><strong>Bower</strong></label>
281+
<label class="col-sm-3 control-label"><strong>npm</strong></label>
282282
<div class="col-sm-9">
283-
<small>If you are using Bower just run:</small>
284-
<pre style="margin-bottom:0;">bower install angular-bootstrap</pre>
285-
<small class="help-block"><a href="http://bower.io/" target="_blank">Bower</a> is a package manager for the web.</small>
283+
<pre style="margin-bottom:0;">npm install angular-ui-bootstrap</pre>
284+
<small class="help-block"><a href="https://www.npmjs.com/" target="_blank">npm</a> is a package manager for the web.</small>
286285
</div>
287286
</div>
288287
</form>

0 commit comments

Comments
 (0)