Skip to content

Commit 1a3d7e2

Browse files
committed
chore: refine readme
1 parent c41d55b commit 1a3d7e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Not ready yet? Read documentation for older versions [here →](https://github.c
2424
### npm & ESM
2525

2626
```bash
27-
$ npm install echarts vue-echarts
27+
npm install echarts vue-echarts
2828
```
2929

3030
To make `vue-echarts` work for _Vue 2_ (<2.7.0), you need to have `@vue/composition-api` installed:
@@ -501,8 +501,8 @@ The following breaking changes are introduced in `vue-echarts@6`:
501501
## Local development
502502

503503
```bash
504-
$ pnpm i
505-
$ pnpm serve
504+
pnpm i
505+
pnpm serve
506506
```
507507

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

README.zh-Hans.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
### npm & ESM
2626

2727
```bash
28-
$ npm install echarts vue-echarts
28+
npm install echarts vue-echarts
2929
```
3030

3131
要在 _Vue 2_(<2.7.0)下使用 `vue-echarts`,需要确保 `@vue/composition-api` 已经安装:
@@ -502,8 +502,8 @@ import { THEME_KEY } from 'vue-echarts'
502502
## 本地开发
503503
504504
```bash
505-
$ pnpm i
506-
$ pnpm serve
505+
pnpm i
506+
pnpm serve
507507
```
508508
509509
打开 `http://localhost:8080` 来查看 demo。

0 commit comments

Comments
 (0)