fix typos in README.md
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 @@
       ./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 @@
 
 ```
 
-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
 ```