8000 docs: update installation guide · rosauceda/coreui-react@c253c1e · GitHub
[go: up one dir, main page]

Skip to content

Commit c253c1e

Browse files
committed
docs: update installation guide
1 parent f6d6ce3 commit c253c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/content/4.0/getting-started/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ route: /getting-started/introduction
1010
### Npm
1111

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

1616
### Yarn
1717

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

2222
## Using components

0 commit comments

Comments
 (0)
0