From d0f6ee9807d013f74958b0f3d9d2b9d3e9cffb7b Mon Sep 17 00:00:00 2001 From: Hamza Amrouche Date: Wed, 6 Jun 2018 14:41:19 +0200 Subject: [PATCH] fix: remove the on style.css The file is called style.css, the final s does not exists --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';