From 0b688d36ebb884be092c3a55658a70e60a6ea085 Mon Sep 17 00:00:00 2001 From: Galen Marchetti Date: Fri, 6 Sep 2024 10:13:07 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 590aab8..d867f51 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Follow these steps to explore the Kardinal Playground. 4. 🔧 Create a second and more complex dev flow: Now our demo website is preparing for a big sale, we need to add a new feature to both the backend and the frontend to handle the new sale. This feature is contained into 2 images: `frontend` and `productcatalogservice`. - We can rely on support for multiple services to coordinate the deployment in a sigle flow. Using the flag `-s`, we can include multiple services and images: + We can rely on support for multiple services to coordinate the deployment in a single flow. Using the flag `-s`, we can include multiple services and images: ```bash kardinal flow create frontend kurtosistech/frontend:demo-on-sale -s productcatalogservice=kurtosistech/productcatalogservice:demo-on-sale