Skip to content

Commit 478ebbc

Browse files
committed
docs: correct css import
1 parent 4d86771 commit 478ebbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ $ npm i --save react-rich-ui
1515
Add the following import to your React app index.js file:
1616

1717
```js
18-
import 'react-rich-ui/dist/index.esm.css';
18+
import 'react-rich-ui/dist/index.css';
1919
```
2020

2121
### Or from a CDN
2222

2323
Add the following tag to your index.html file: (replace `2.2.0` in the URL with the version you are using)
2424

2525
```html
26-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/react-rich-ui@2.2.0/dist/index.esm.css" />
26+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/react-rich-ui@2.2.0/dist/index.css" />
2727
```
2828

2929
## Import Bootstrap (CSS + JS)

0 commit comments

Comments
 (0)