10000 docs: update installation guide · leehaejune/coreui-react@82cd331 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82cd331

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Several quick start options are available:
4747

4848
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v4.0.0.zip)
4949
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
50-
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react@next`
51-
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react@next`
50+
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
51+
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`
5252

5353
Read the [Getting started page](https://coreui.io/react/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
5454

@@ -73,7 +73,7 @@ npm install @coreui/coreui --save
7373
##### Basic usage
7474

7575
```js
76-
import "@coreui/dist/css/coreui.min.css";
76+
import '@coreui/coreui/dist/css/coreui.min.css'
7777
```
7878

7979
#### Bootstrap CSS files

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ npm install @coreui/coreui
4242
###### Basic usage
4343

4444
```js
45-
import '@coreui/dist/css/coreui.min.css'
45+
import '@coreui/coreui/dist/css/coreui.min.css'
4646
```
4747

4848
### Bootstrap CSS files

0 commit comments

Comments
 (0)
0