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

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


The following commit(s) were added to refs/heads/FLAGON-192 by this push:
     new 90a1693  minor mod to Readme.md
90a1693 is described below

commit 90a1693aa43c71f9c37812767bb8bde0e0fba373
Author: poorejc <[email protected]>
AuthorDate: Fri Jun 14 13:04:01 2019 -0400

    minor mod to Readme.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2758909..4658322 100755
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ Here is an example of a filter that bounces out unwanted log 
and event types fro
 ```html
 <html>
   <head>
-    <script src="/path/to/userale-1.0.0.min.js" 
data-url="http://yourLoggingUrl";></script>
+    <script src="/path/to/userale-2.0.0.min.js" 
data-url="http://yourLoggingUrl";></script>
 <!--
 Modify the array page-by-page to curate your log stream:
 by adding unwanted event 'types' in type_array;
@@ -120,7 +120,7 @@ Here is an example of a mapping function that adds runtime 
information about the
 ```html
 <html>
   <head>
-    <script src="/path/to/userale-1.0.0.min.js" 
data-url="http://yourLoggingUrl";></script>
+    <script src="/path/to/userale-2.0.0.min.js" 
data-url="http://yourLoggingUrl";></script>
   </head>
   <body>
     <div id="app">

Reply via email to