Skip to content

Commit 1a88af1

Browse files
committed
docs: update content
1 parent 484809a commit 1a88af1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/docs/getting-started/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ menu: Getting started
1010
### Npm
1111

1212
```bash
13-
npm install @coreui/vue
13+
npm install @coreui/vue@next
1414
```
1515

1616
### Yarn
1717

1818
```bash
19-
yarn add @coreui/vue
19+
yarn add @coreui/vue@next
2020
```
2121

2222
## Using components
@@ -34,7 +34,7 @@ Vue components are styled using `@coreui/coreui` CSS library, but you can use th
3434
###### Installation
3535

3636
```bash
37-
npm install @coreui/coreui
37+
npm install @coreui/coreui@next
3838
```
3939

4040
###### Basic usage

0 commit comments

Comments
 (0)