aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/cookbook/browser.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/cookbook/browser.md b/docs/cookbook/browser.md
index ab82dbf..b2dedb2 100644
--- a/docs/cookbook/browser.md
+++ b/docs/cookbook/browser.md
@@ -10,10 +10,17 @@ OK, now for the goods.
## Install
-Embed the following script [dat.min.js](https://raw.githubusercontent.com/datproject/dat-js/master/dat.min.js) on the page:
+Embed the following script [dat.min.js](https://cdn.jsdelivr.net/dat/6.2.0/dat.min.js) on the page:
```
<script type="text/javascript" src="dat.min.js"></script>
```
+
+You can also use the jsdelivr CDN for faster load speeds:
+
+```
+<script type="text/javascript" src="https://cdn.jsdelivr.net/dat/6.2.0/dat.min.js"></script>
+```
+
This provides a `Dat` prototype on the `window` object.
### Browserify