From 56a3d03ff440b59748fbd0c7b014e805a4264af8 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 26 Jan 2024 22:56:42 +0100 Subject: [PATCH] chore: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 657d5c1..48a638a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ DX in this demo is not that easy, because we are simulating the development of m Currently each app has a `build:preview` script that represents the process of building & deploying them, ideally in a CDN. -Open the app-shell and each MF app (i.e., app-cart, app-heading, app-products) in a separate terminals and run "npm run build:preview" for each. +Open the app-shell and each MF app (i.e., app-cart, app-heading, app-products) in separate terminals and run "npm run build:preview" for each. You have to rerun this for any app you modify.