diff --git a/README.md b/README.md
index 9593b65b8..dcc194825 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,9 @@ This module's entry point is a React component called `` which c
## Styling the `` and the built-in components
-* Import editor styles with `import react-chart-editor/lib/react-chart-editor.min.css`
+* Import editor styles with `import 'react-chart-editor/lib/react-chart-editor.min.css'`
* Interested in [theming](https://github.com/plotly/react-chart-editor/tree/master/THEMING.md)?
-* Need to support IE11? import the IE css instead: `import react-chart-editor/lib/react-chart-editor.ie.min.css`
+* Need to support IE11? import the IE css instead: `import 'react-chart-editor/lib/react-chart-editor.ie.min.css'`
## Development Setup