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 2021/02/11 18:59:24 UTC

[incubator-flagon-useralejs] branch test updated: fixes minor typo in README

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 66cf350  fixes minor typo in README
66cf350 is described below

commit 66cf350c7fe2649bde978424d8035e1d8e25055b
Author: poorejc <po...@apache.org>
AuthorDate: Thu Feb 11 13:59:15 2021 -0500

    fixes minor typo in README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 76198a3..d3d0baf 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Once included in your project, Apache UserALE.js provides a comprehensive behavi
 
 Additional documentation and a demonstration can be found at the [Apache Flagon website](http://flagon.incubator.apache.org/userale/).
 
-###Quickstart Guide
+### Quickstart Guide
 
 1. Include UserALE.js in your project as either a [module or script tag](https://github.com/apache/incubator-flagon-useralejs#installation)
 1. Set up a logging end-point. Try our [example server utility](https://github.com/apache/incubator-flagon-useralejs/tree/master/example#capturing-logs-using-the-logging-server) or try out our [Elasticsearch (ELK) stack example](https://github.com/apache/incubator-flagon/tree/master/docker).