You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by an...@apache.org on 2019/11/25 19:52:13 UTC

[fineract-cn-docker-compose] branch master updated: Update README.md

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

angeh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git


The following commit(s) were added to refs/heads/master by this push:
     new 70842ff  Update README.md
     new acacedf  Merge pull request #19 from vishwasbabu/master
70842ff is described below

commit 70842ff1c57d03b701b848929bd7c3ac3990e686
Author: Vishwas Babu A J <vi...@gmail.com>
AuthorDate: Mon Nov 25 11:47:30 2019 -0800

    Update README.md
    
    Fix typo while referring to folder "external_tools"
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 52f854e..765774b 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ If you run some service from localhost then [add these services to your hosts fi
 
 ### Start external tools (database, cassandra, etc)
 ```
-cd external-tools
+cd external_tools
 docker-compose up
 ```
 
@@ -171,7 +171,7 @@ If you want to use the same Postman scripts when running micro services locally
 Run ./shut-down-and-reset.sh or
 
 ```
-cd external-tools
+cd external_tools
 docker-compose stop
 docker-compose rm
 docker volume rm external_tools_cassandra-volume