Refer to fiori app instead of bookshop

This commit is contained in:
Christian Georgi
2021-04-06 16:09:12 +02:00
committed by Christian Georgi
parent 5a23ba0f76
commit 450577d5a7

View File

@@ -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
```