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 2019/08/03 02:39:55 UTC

[incubator-flagon-useralejs] branch master updated: found a few senssoft refs in WebExtension README--fixed

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c2fb2ea  found a few senssoft refs in WebExtension README--fixed
c2fb2ea is described below

commit c2fb2ea1aa029e89b6ede07d35ec497d21eb65a5
Author: poorejc <po...@apache.org>
AuthorDate: Fri Aug 2 22:39:44 2019 -0400

    found a few senssoft refs in WebExtension README--fixed
---
 src/UserALEWebExtension/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/UserALEWebExtension/README.md b/src/UserALEWebExtension/README.md
index 272f5b7..b409dcf 100644
--- a/src/UserALEWebExtension/README.md
+++ b/src/UserALEWebExtension/README.md
@@ -28,8 +28,8 @@ Here is a rundown of the UserALE Extension hierarchy.
 ## Quick Start
 
 1. You need to have a UserALE server running; one way is to clone the UserALE repository, run the build, and then start the included test server.
-    1. git clone https://github.com/apache/incubator-senssoft-useralejs.git
-    1. cd incubator-senssoft-useralejs
+    1. git clone https://github.com/apache/incubator-flagon-useralejs.git
+    1. cd incubator-flagon-useralejs
     1. npm install && npm run build
     1. npm run example:watch
     1. A UserALE logging server should now be running on http://localhost:8000