From 450577d5a714787133aee12d92d9ff209dabce24 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Tue, 6 Apr 2021 16:09:12 +0200 Subject: [PATCH] Refer to fiori app instead of bookshop --- reviews/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reviews/readme.md b/reviews/readme.md index 29f8eff0..2fe87b4e 100644 --- a/reviews/readme.md +++ b/reviews/readme.md @@ -2,10 +2,10 @@ ## Run all-in-one -Open a terminal window and run the bookshop in it: +Open a terminal window and run the `fiori` app in it: ```sh -npm run bookshop +npm run fiori ``` @@ -17,8 +17,8 @@ Open two terminal windows. In the first one start the reviews service stand-alon npm run reviews-service ``` -In the second one start the bookshop: +In the second one start the `fiori` app: ```sh -npm run bookshop +npm run fiori ```