Skip to content

Commit 97eba2e

Browse files
authored
docs (readme.md): Fixed commands for running sample apps
Fixes Issue #3
1 parent b1a6b24 commit 97eba2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ app2StateChanged(app2State) {
9191
Location: https://github.com/microsoft/redux-micro-frontend/tree/main/sample
9292

9393
Instruction for running Sample App
94-
1. Go to sample/counterApp and run `npm i` and then `npm run start start-component`
95-
2. Go to sample/todoApp and run `npm i` and then `npm run start start-component`
94+
1. Go to sample/counterApp and run `npm i` and then `npm run start`
95+
2. Go to sample/todoApp and run `npm i` and then `npm run start`
9696
3. Go to sample/shell and run `npm i` and then `npm run start`
9797
4. Browse http://localhost:6001
9898

0 commit comments

Comments
 (0)