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

[GitHub] WillemJiang closed pull request #149: SCB-378 update saga demo readme to fix docker-compose.yml file path

WillemJiang closed pull request #149: SCB-378 update saga demo readme to fix docker-compose.yml file path
URL: https://github.com/apache/incubator-servicecomb-saga/pull/149
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/saga-demo/booking/README.md b/saga-demo/booking/README.md
index 4ceedaf4..6a97537b 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
       ```


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services