Skip to content

Commit 694de1e

Browse files
committed
chore: fix example docs
1 parent bd26c81 commit 694de1e

File tree

4 files changed

+3909
-6245
lines changed

4 files changed

+3909
-6245
lines changed

examples/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ yarn link
1212

1313
And in this package, run
1414
```
15-
npm link react
15+
yarn link react
1616
```
1717

1818
Then start and install the examples:
1919

2020
```
21-
npm install
22-
npm start
21+
yarn install
22+
yarn start
2323
```
2424

2525
Now edit `src/App.js`.

0 commit comments

Comments
 (0)