提交 c837ed15 编写于 作者: T Ty Mick 提交者: Joe Haddad

example: fix npm/yarn install/run instructions (#10023)

**npm** section currently shows both npm and yarn, while **yarn** section shows just npm.
上级 5d3303f5
......@@ -30,16 +30,13 @@ Install it and run:
```bash
npm install
npm run dev
# or
yarn
yarn dev
```
**yarn**
```bash
npm install
npm run dev
yarn
yarn dev
```
Deploy it to the cloud with [now](https://zeit.co/now)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册