You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/12 07:25:28 UTC

[incubator-servicecomb-saga] branch master updated: SCB-378 update saga demo readme to fix docker-compose.yml file path2

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new 28dc36f  SCB-378 update saga demo readme to fix docker-compose.yml file path2
28dc36f is described below

commit 28dc36ffd78d4089133e39578e55d6a1f6470088
Author: lijasonvip <li...@huawei.com>
AuthorDate: Mon Mar 12 10:33:25 2018 +0800

    SCB-378 update saga demo readme to fix docker-compose.yml file path2
    
    Signed-off-by: lijasonvip <li...@huawei.com>
---
 saga-demo/booking/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/saga-demo/booking/README.md b/saga-demo/booking/README.md
index 4ceedaf..6a97537 100644
--- a/saga-demo/booking/README.md
+++ b/saga-demo/booking/README.md
@@ -22,7 +22,7 @@ You will need:
    mvn package -DskipTests -Pdocker -Pdemo
    ```
 
-2. start application up in saga/saga-demo/pack-demo with the following command
+2. start application up in `saga-demo/booking/` with the following command
    ```
    docker-compose up
    ```
@@ -36,7 +36,7 @@ You will need:
           </dependency>
       ```
    
-   2. start application up in saga/saga-demo/pack-demo with the following command
+   2. start application up in `saga-demo/booking` with the following command
       ```
       docker-compose -f docker-compose.yaml -f docker-compose.mysql.yaml up
       ```

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.