diff --git a/README.md b/README.md index 7c69ffb..fcd1903 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ app2StateChanged(app2State) { Location: https://github.com/microsoft/redux-micro-frontend/tree/main/sample Instruction for running Sample App -1. Go to sample/counterApp and run `npm i` and then `npm run start` -2. Go to sample/todoApp and run `npm i` and then `npm run start` -3. Go to sample/shell and run `npm i` and then `npm run start` +1. Go to [sample/counterApp](https://github.com/microsoft/redux-micro-frontend/tree/main/sample/counterApp) and run `npm i` and then `npm run start` +2. Go to [sample/todoApp](https://github.com/microsoft/redux-micro-frontend/tree/main/sample/todoApp) and run `npm i` and then `npm run start` +3. Go to [sample/shell](https://github.com/microsoft/redux-micro-frontend/tree/main/sample/shell) and run `npm i` and then `npm run start` 4. Browse http://localhost:6001 ## Documentation