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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Oct 3, 2016
1 parent d50dfe2 commit fe4df9c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -11,7 +11,7 @@ A Storage done right for AngularJS.

## Installing it

You have several options:
You have several options: Install with either bower or npm and link to the installed file from html using script tag.

````bash
bower install a0-angular-storage
Expand All @@ -21,10 +21,6 @@ bower install a0-angular-storage
npm install angular-storage
````

````html
<script type="text/javascript" src="https://cdn.rawgit.com/auth0/angular-storage/master/dist/angular-storage.js"></script>
````

## Using it

````js
Expand Down

0 comments on commit fe4df9c

Please sign in to comment.