From 7be3445d34c3e60457f82766bab8b78cd2dbb954 Mon Sep 17 00:00:00 2001 From: Dmitry Shvedov Date: Tue, 4 Sep 2018 15:53:19 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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