diff --git a/README.md b/README.md index 3fd147f6..1b856771 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ For example: ```js // This only needs to be done once; probably during your application's bootstrapping process. -import 'react-sortable-tree/styles.css'; +import 'react-sortable-tree/style.css'; // You can import the default tree with dnd context import SortableTree from 'react-sortable-tree';