Skip to content

Commit

Permalink
Merge pull request #264 from LuisEGR/master
Browse files Browse the repository at this point in the history
Update README.md, CDN to new version
  • Loading branch information
G. Kay Lee authored Jun 19, 2017
2 parents c217d5b + d05c91c commit b8054d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cdnjs now hosts ngStorage at <https://cdnjs.com/libraries/ngStorage>
To use it

``` html
<script src="https://cdnjs.cloudflare.com/ajax/libs/ngStorage/0.3.6/ngStorage.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ngStorage/0.3.10/ngStorage.min.js"></script>
```

### jsDelivr
Expand All @@ -62,7 +62,7 @@ jsDelivr hosts ngStorage at <http://www.jsdelivr.com/#!ngstorage>
To use is

``` html
<script src="https://cdn.jsdelivr.net/ngstorage/0.3.6/ngStorage.min.js"></script>
<script src="https://cdn.jsdelivr.net/ngstorage/0.3.10/ngStorage.min.js"></script>
```

Usage
Expand Down

0 comments on commit b8054d4

Please sign in to comment.