This is an automated email from the ASF dual-hosted git repository. unclegedd pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
commit 1af47abd74c3dcba7b3f9f5fa89553baa6d11676 Author: Lewis John McGibbney <[email protected]> AuthorDate: Thu Jun 3 12:28:44 2021 -0700 FLAGON-488 Add JSDELIVR documentation to UserALE JS --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f0bc5a4..83c1a1f 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ If you include UserALE.js as a `script-tag`, consider installing via npm as a de npm install --save-dev flagon-userale ``` +Or if you want to use a CDN, then you can use something like + +```html +<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/userale-2.2.0.min.js"></script> +``` + We also support a [WebExtension](https://github.com/apache/incubator-flagon-useralejs/tree/master/src/UserALEWebExtension) that can be added to your browser in developer mode. Follow the link for instructions. ## Configure
