Skip to content

Commit 0a1b165

Browse files
authored
Merge pull request #730 from plotly/readme-fix
Update README.md
2 parents 19a99e9 + 7be3445 commit 0a1b165

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)