File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments