Skip to content

Commit 85e8d29

Browse files
committed
Updating docs for 2.1 release
1 parent 4f3f68b commit 85e8d29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ need a different toolkit.
1313
1. Import the relevant files into your page. You need at least the main
1414
file, `cloud-storage.js`. You can use a CDN, like so:
1515
```html
16-
<script src='https://cdn.jsdelivr.net/gh/lurchmath/cloud-storage@v2.0.1/release/cloud-storage.js'></script>
16+
<script src='https://cdn.jsdelivr.net/gh/lurchmath/cloud-storage@v2.1/release/cloud-storage.js'></script>
1717
```
1818
2. Import whatever back-ends you want to use for storage. Here are the
1919
two that are currently supported.

example/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<!-- Import the cloud storage module. -->
7-
<script src='https://cdn.jsdelivr.net/gh/lurchmath/cloud-storage@v2.0.1/release/cloud-storage.js'></script>
7+
<script src='https://cdn.jsdelivr.net/gh/lurchmath/cloud-storage@v2.1/release/cloud-storage.js'></script>
88
<!-- Developers testing cloud-storage updates can use this line: -->
99
<!--
1010
<script src='../release/cloud-storage.js'></script>

0 commit comments

Comments
 (0)