Skip to content

Commit c54cc99

Browse files
committed
Update README.md
1 parent e8f2229 commit c54cc99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
#### Vue 3
66

77
``` sh
8-
npm install vue-github-button@next
8+
npm install vue-github-button
99
# OR
10-
yarn add vue-github-button@next
10+
yarn add vue-github-button
1111
```
1212

1313
#### Vue 2
1414

1515
``` sh
16-
npm install vue-github-button
16+
npm install vue-github-button@1
1717
# OR
18-
yarn add vue-github-button
18+
yarn add vue-github-button@1
1919
```
2020

2121
## Usage

0 commit comments

Comments
 (0)