Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 11, 2022
1 parent 369c07a commit af23cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ export default Demo

```bash
npm install # Install dependencies
npm run hoist # Install sub packages dependencies
npm install --workspaces # Install sub packages dependencies

npm run watch:loader
npm run watch
npm run start
```

Expand Down
4 changes: 2 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ export default Demo

```bash
npm install # Install dependencies
npm run hoist # Install sub packages dependencies
npm install --workspaces # Install sub packages dependencies

npm run watch:loader
npm run watch
npm run start
```

Expand Down

0 comments on commit af23cd9

Please sign in to comment.