Skip to content

Commit 921e393

Browse files
Fixed ReadMe
1 parent feae891 commit 921e393

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
@@ -4,7 +4,7 @@ This project is an example of current framework cli-build processes. Once the in
44

55
## instructions
66

7-
Each framework has its own installation and launch scripts. It is recommended that you use yarn for package management and running scripts.
7+
Each framework has its own installation and launch scripts. It is recommended that you use yarn for package management and running scripts.
88

99
```
1010
git clone git@github.com:KevinEverywhere/simple-init-react-angular-preact-vue.git
@@ -20,7 +20,7 @@ Ensure that you have previously installed yarn and then run this line of code.
2020
```
2121
yarn run startAll
2222
```
23-
The most typical errors when they occur come from already having ports 3000, 8080, 6789 and 4200 already being used; and yarn not being installed. If you do not have yarn installed, run the following line of code.
23+
The most typical errors when they occur come from ports 3000, 8080, 6789 and 4200 already being used; and yarn not being installed. If you do not have yarn installed, run the following line of code.
2424

2525
```
2626
npm install -g yarn

0 commit comments

Comments
 (0)