From 2705dd98fdb002991af8b6e4b0d4608cb08056c0 Mon Sep 17 00:00:00 2001 From: Galen Marchetti Date: Thu, 5 Sep 2024 17:28:24 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f0207..590aab8 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Follow these steps to explore the Kardinal Playground. kardinal gateway ``` - Access the dev frontend from the forwarded port - - Notice how two items are already in the cart, as the dev database is configured to be seeded with some dev data + - Notice the dev frontend advertises "hottest products" now - Browse through the store and add items to your cart in the dev version 4. 🔧 Create a second and more complex dev flow: From 0b688d36ebb884be092c3a55658a70e60a6ea085 Mon Sep 17 00:00:00 2001 From: Galen Marchetti Date: Fri, 6 Sep 2024 10:13:07 -0600 Subject: [PATCH 2/2] 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