-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f3f68b
commit 85e8d29
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|