Skip to content

Commit

Permalink
fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuohai666 authored and WillemJiang committed Jun 7, 2018
1 parent f19b1f9 commit 1f3c3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saga-demo/saga-spring-cloud-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 compensate operation with car booking.
2. Booking 3 rooms and 2 cars, this booking will cause the hotel order failed and trigger the compensate operation with car booking.
```
curl -X POST http://${host_address}:8083/booking/test/3/2
```
Expand Down

0 comments on commit 1f3c3d1

Please sign in to comment.