Skip to content

Commit 55d76de

Browse files
committed
docs: update content
1 parent 2264744 commit 55d76de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/4.0/getting-started/introduction.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ React components are styled using `@coreui/coreui` CSS library, but you can use
3636
###### Installation
3737

3838
```bash
39-
npm install @coreui/coreui@next
39+
npm install @coreui/coreui
4040
```
4141

4242
###### Basic usage
@@ -50,7 +50,7 @@ import '@coreui/dist/css/coreui.min.css'
5050
###### Installation
5151

5252
```bash
53-
npm install bootstrap@next
53+
npm install bootstrap
5454
```
5555

5656
###### Basic usage

0 commit comments

Comments
 (0)