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
commit bd056a749a87d511ae1eb02502ff293cf990d62e Author: tuohai666 <[email protected]> AuthorDate: Wed Jun 6 18:25:02 2018 +0800 fix typos in README.md --- saga-demo/saga-spring-cloud-demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/saga-demo/saga-spring-cloud-demo/README.md b/saga-demo/saga-spring-cloud-demo/README.md index 65b9e69..aa225da 100644 --- a/saga-demo/saga-spring-cloud-demo/README.md +++ b/saga-demo/saga-spring-cloud-demo/README.md @@ -52,7 +52,7 @@ You can run the demo using either docker compose or executable files. ./saga-demo.sh up-mysql ``` - **Note:** If you want start alpha server and demon services separatelly, you can try the following steps: + **Note:** If you want start alpha server and demon services separately, you can try the following steps: 1. start alpha server ```bash ./saga-demo.sh up-alpha @@ -106,7 +106,7 @@ curl http://${host_address}:8082/bookings ``` -2. Booking 3 rooms and 2 cars, this booking will case the hotel order failed and trigger the compansate operation with car booking. +2. Booking 3 rooms and 2 cars, this booking will case the hotel order failed and trigger the compensate operation with car booking. ``` curl -X POST http://${host_address}:8083/booking/test/3/2 ``` -- To stop receiving notification emails like this one, please contact [email protected].
