Skip to content

Commit 7be3445

Browse files
authored
Update README.md
1 parent 19a99e9 commit 7be3445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ This module's entry point is a React component called `<PlotlyEditor />` which c
3232

3333
## Styling the `<DefaultEditor />` and the built-in components
3434

35-
* Import editor styles with `import react-chart-editor/lib/react-chart-editor.min.css`
35+
* Import editor styles with `import 'react-chart-editor/lib/react-chart-editor.min.css'`
3636
* Interested in [theming](https://github.com/plotly/react-chart-editor/tree/master/THEMING.md)?
37-
* Need to support IE11? import the IE css instead: `import react-chart-editor/lib/react-chart-editor.ie.min.css`
37+
* Need to support IE11? import the IE css instead: `import 'react-chart-editor/lib/react-chart-editor.ie.min.css'`
3838

3939
## Development Setup
4040

0 commit comments

Comments
 (0)