Skip to content

Commit 8c79331

Browse files
authored
Update README.md
1 parent bbcd4c1 commit 8c79331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**There's a pending PR for this solution on https://github.com/facebook/create-react-app/pull/8249**
66

77
To add more entry points, follow the steps:
8-
- Before cloning, slap ⭐️ now
8+
- Before cloning, please, slap ⭐️ now
99
- Add a new page in the `package.json` in the property `appPages`. There are 2 existing pages there: `index` and `login`;
1010
- Create your new files for the new page. You should add a new `.html` file inside the `public` folder and also add your new `.js` file (related to your "new" app) inside your `src` folder.
1111
- Run `yarn start` or `npm start`;

0 commit comments

Comments
 (0)