You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2022/04/10 02:15:21 UTC

[incubator-flagon-useralejs] branch 2.3.0-RC-01 updated: minor typo corrections to README

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

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


The following commit(s) were added to refs/heads/2.3.0-RC-01 by this push:
     new e742f27  minor typo corrections to README
e742f27 is described below

commit e742f271a74fc1b525d6842d27d4561eed5d8387
Author: poorejc <po...@apache.org>
AuthorDate: Sat Apr 9 22:15:09 2022 -0400

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

diff --git a/README.md b/README.md
index 7966b0a..0339c8e 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ and [script-tag examples](https://github.com/apache/incubator-flagon-useralejs/t
 
 Configuration details follow:
 
-If you have included UserALE.js in your project as a `module`, you will need to use our 'userale.options' function, which exposes library configuration options through our API.
+If you have included UserALE.js in your project as a `module`, you will need to use our `userale.options()` function, which exposes library configuration options through our API.
 
 For example, if you do *not* want UserALE.js to start logging automatically, you can modify this behavior through the `userale.options()` API (`autostart` config).
 
@@ -118,7 +118,7 @@ userale.start();
 
 Additional examples of `userale.options()` can be found in our [example directory](https://github.com/apache/incubator-flagon-useralejs/tree/master/example).
 
-The complete list of configurable parameters that can be configured via 'userale.options' is:
+The complete list of configurable parameters that can be configured via `userale.options()` is:
 
 | Param | Description | Default |
 |---|---|---|