This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/master by this push:
     new d841933  FLAGON-488 Add JSDELIVR documentation to UserALE JS
     new 020d4d8  Merge pull request #121 from lewismc/FLAGON-488
d841933 is described below

commit d8419339685140b3a4a2bfe45d8c340b8eeb2b52
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

Reply via email to