From 9038e8a6864c170d2b86b6bb553e572d5f02840f Mon Sep 17 00:00:00 2001 From: Karissa McKelvey Date: Mon, 3 Apr 2017 16:24:25 -0700 Subject: add jsdelivr --- docs/cookbook/browser.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: ``` ``` + +You can also use the jsdelivr CDN for faster load speeds: + +``` + +``` + This provides a `Dat` prototype on the `window` object. ### Browserify -- cgit v1.2.3