Skip to content

Commit

Permalink
Update README.md, CDN to new version
Browse files Browse the repository at this point in the history
The 3.10.0 has many things that 3.6.0 doesn't, I was looking for errors with setKeyPrefix, in the source(raw github) the function exists, but since I just got the CDN there wasn't.
  • Loading branch information
LuisEGR authored Apr 27, 2017
1 parent c217d5b commit d05c91c
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 d05c91c

Please sign in to comment.