Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Migrated from bower install to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kovarp committed Apr 5, 2018
1 parent 54c4b83 commit be6a011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The simplest ways to download and install this plugin.
###Step 1: Install

#### Via bower
`$ bower install kovarp/jquery.cookiebar`
`$ npm i kovarp-jquery-cookiebar`

#### Clone repository
`$ git clone https://github.com/kovarp/jquery.cookieBar`
Expand Down
4 changes: 2 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ <h3>Install</h3>

<ol style="list-style-type: lower-latin;padding-left: 20px;">
<li>
<h4>Via bower</h4>
<h4>Via npm</h4>
<pre class="bg-faded">
$ bower install kovarp/jquery.cookiebar</pre>
$ npm i kovarp-jquery-cookiebar</pre>
</li>
<li>
<h4>Clone repository</h4>
Expand Down

0 comments on commit be6a011

Please sign in to comment.