From b5501b94fd9f4061f8edc90ac37d81c743cb7552 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Mon, 21 Nov 2016 00:23:07 -0800 Subject: [PATCH] Add CDNJS link for Babili --- packages/babili-standalone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babili-standalone/README.md b/packages/babili-standalone/README.md index e7986fb..39bd17c 100644 --- a/packages/babili-standalone/README.md +++ b/packages/babili-standalone/README.md @@ -18,7 +18,7 @@ Installation There are several ways to get a copy of Babili. Pick whichever one you like: -- Use it via CDNJS: [TODO]. This is a simple way to embed it on a webpage without having to do any other setup. +- Use it via CDNJS: https://cdnjs.cloudflare.com/ajax/libs/babili-standalone/0.0.8/babili.min.js. This is a simple way to embed it on a webpage without having to do any other setup. - Install via Bower: `bower install babili-standalone` - Install via NPM: `npm install --save babili-standalone` - Manually grab `babili.js` and/or `babili.min.js` from the [GitHub releases page](https://github.com/Daniel15/babel-standalone/releases). Every release includes these files.