Skip to content

Commit c837ed1

Browse files
TyMickTimer
authored andcommitted
example: fix npm/yarn install/run instructions (vercel#10023)
**npm** section currently shows both npm and yarn, while **yarn** section shows just npm.
1 parent 5d3303f commit c837ed1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

  • examples/with-higher-order-component

examples/with-higher-order-component/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,13 @@ Install it and run:
3030
```bash
3131
npm install
3232
npm run dev
33-
# or
34-
yarn
35-
yarn dev
3633
```
3734

3835
**yarn**
3936

4037
```bash
41-
npm install
42-
npm run dev
38+
yarn
39+
yarn dev
4340
```
4441

4542
Deploy it to the cloud with [now](https://zeit.co/now)

0 commit comments

Comments
 (0)