Skip to content

Commit

Permalink
Updating docs for 2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancarter committed Oct 24, 2017
1 parent 4f3f68b commit 85e8d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ need a different toolkit.
1. Import the relevant files into your page. You need at least the main
file, `cloud-storage.js`. You can use a CDN, like so:
```html
<script src='https://cdn.jsdelivr.net/gh/lurchmath/cloud-storage@v2.0.1/release/cloud-storage.js'></script>
<script src='https://cdn.jsdelivr.net/gh/lurchmath/[email protected]/release/cloud-storage.js'></script>
```
2. Import whatever back-ends you want to use for storage. Here are the
two that are currently supported.
Expand Down
2 changes: 1 addition & 1 deletion example/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html>
<head>
<!-- Import the cloud storage module. -->
<script src='https://cdn.jsdelivr.net/gh/lurchmath/cloud-storage@v2.0.1/release/cloud-storage.js'></script>
<script src='https://cdn.jsdelivr.net/gh/lurchmath/[email protected]/release/cloud-storage.js'></script>
<!-- Developers testing cloud-storage updates can use this line: -->
<!--
<script src='../release/cloud-storage.js'></script>
Expand Down

0 comments on commit 85e8d29

Please sign in to comment.