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

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


The following commit(s) were added to refs/heads/test by this push:
     new 51d4455  fixes userale version typos in readme
     new 0bb7a9a  [flagon-userale 45] fixes typos in readme
51d4455 is described below

commit 51d4455c1cc53cc60fc5aa6d1a1b93617cf5e97a
Author: Gedd Johnson <[email protected]>
AuthorDate: Wed Mar 31 08:27:06 2021 +0100

    fixes userale version typos in readme
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8d4d10d..067fab6 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ You can also include UserALE.js as a `script-tag`. A 
pre-built version of the us
 repositories:
 
 ```html
-<script 
src="./node_modules/flagon-userale/build/userale-2.1.0.min.js"></script>
+<script 
src="./node_modules/flagon-userale/build/userale-2.1.1.min.js"></script>
 ```
 Our [script tag 
example](https://github.com/apache/incubator-flagon-useralejs/tree/master/example)
 illustrates this use-case
 
@@ -123,10 +123,10 @@ If you have included UserALE.js as a `script-tag` in your 
project, you can use H
 
 ```html
   <script
-          src="./node_modules/flagon-userale/build/userale-2.1.0.min.js"
+          src="./node_modules/flagon-userale/build/userale-2.1.1.min.js"
           data-url="http://localhost:8000/";
           data-user="example-user"
-          data-version="2.1.0"
+          data-version="2.1.1"
           data-tool="Apache UserALE.js Example"
   ></script>
 ```

Reply via email to