Skip to content

Commit e381b3c

Browse files
committed
docs: update installation command
1 parent fac6b6a commit e381b3c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README-zh_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
## 安装
4747

4848
```bash
49-
npm install vue-request
49+
npm install vue-request@beta
5050

5151
# or with yarn
52-
yarn add vue-request
52+
yarn add vue-request@beta
5353
```
5454

5555
### CDN
5656

5757
```html
58-
<script src="https://unpkg.com/vue-request"></script>
58+
<script src="https://unpkg.com/vue-request@beta"></script>
5959
```
6060

6161
它将以 `window.VueRequest.useRequest` 暴露在全局

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ English | [简体中文](README-zh_CN.md)
4646
## Install
4747

4848
```bash
49-
npm install vue-request
49+
npm install vue-request@beta
5050

5151
# or with yarn
52-
yarn add vue-request
52+
yarn add vue-request@beta
5353
```
5454

5555
### CDN
5656

5757
```html
58-
<script src="https://unpkg.com/vue-request"></script>
58+
<script src="https://unpkg.com/vue-request@beta"></script>
5959
```
6060

6161
It will be exposed to global as `window.VueRequest.useRequest`

0 commit comments

Comments
 (0)