Skip to content

Commit 9e53809

Browse files
authored
Merge pull request coreui#211 from gyoshev/patch-1
docs: fix CSS file path - thanks @gyoshev
2 parents e048a00 + c6b770c commit 9e53809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/getting-started/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm install @coreui/coreui
4040
###### Basic usage
4141

4242
```js
43-
import '@coreui/dist/css/coreui.min.css'
43+
import '@coreui/coreui/dist/css/coreui.min.css'
4444
```
4545

4646
### Bootstrap CSS files
@@ -55,4 +55,4 @@ npm install bootstrap
5555

5656
```js
5757
import 'bootstrap/dist/css/bootstrap.min.css'
58-
```
58+
```

0 commit comments

Comments
 (0)