Skip to content

Commit

Permalink
fix: remove the extra s on style.css (#342)
Browse files Browse the repository at this point in the history
The file is called style.css, the final s does not exists
  • Loading branch information
Simperfit authored and wuweiweiwu committed Jun 8, 2018
1 parent 5bef44b commit 77451bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 77451bc

Please sign in to comment.