Skip to content

Commit 77451bc

Browse files
Simperfitwuweiweiwu
authored andcommitted
fix: remove the extra s on style.css (#342)
The file is called style.css, the final s does not exists
1 parent 5bef44b commit 77451bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For example:
3030

3131
```js
3232
// This only needs to be done once; probably during your application's bootstrapping process.
33-
import 'react-sortable-tree/styles.css';
33+
import 'react-sortable-tree/style.css';
3434

3535
// You can import the default tree with dnd context
3636
import SortableTree from 'react-sortable-tree';

0 commit comments

Comments
 (0)