Repository: incubator-senssoft-useralejs
Updated Branches:
  refs/heads/SENSSOFT-192 546f248ad -> 1b6433951


Added language hints for the Markdown


Project: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/commit/1b643395
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/tree/1b643395
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/diff/1b643395

Branch: refs/heads/SENSSOFT-192
Commit: 1b6433951598430475e063549a02b8f9cd05a31e
Parents: 546f248
Author: Rob Foley <rgfo...@users.noreply.github.com>
Authored: Thu Sep 7 20:16:45 2017 -0400
Committer: Rob Foley <rgfo...@users.noreply.github.com>
Committed: Thu Sep 7 20:16:45 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/1b643395/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a1761dd..082845f 100644
--- a/README.md
+++ b/README.md
@@ -23,12 +23,12 @@ To start logging with UserALE.js, you can either include 
our script in the web a
 
 To instrument a specific project, simply include this script tag on the page:
 
-```
+```html
 <script src="/path/to/userale-1.0.0.min.js"></script>
 ```
 UserALE.js is designed to be easily configured to fit your use case. We use 
HTML data parameters to pass configuration options to the library. For example, 
to set the logging URL:
 
-```
+```html
 <script src="/path/to/userale-1.0.0.min.js" 
data-url="http://yourLoggingUrl";></script>
 ```
 

Reply via email to