Skip to content

Commit c103128

Browse files
committed
chore: update readme [skip ci]
1 parent eb59b4b commit c103128

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ The following breaking changes are introduced in `vue-echarts@6`:
491491
## Local development
492492

493493
```bash
494-
$ npm i
495-
$ npm run serve
494+
$ pnpm i
495+
$ pnpm serve
496496
```
497497

498498
Open `http://localhost:8080` to see the demo.

README.zh-Hans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ import { THEME_KEY } from 'vue-echarts'
491491
## 本地开发
492492
493493
```bash
494-
$ npm i
495-
$ npm run serve
494+
$ pnpm i
495+
$ pnpm serve
496496
```
497497
498498
打开 `http://localhost:8080` 来查看 demo。

0 commit comments

Comments
 (0)