Skip to content

Commit e658c70

Browse files
authored
docs: Fix readme example. Fixes #2
1 parent db5df54 commit e658c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install --save react-sortable-tree-theme-file-explorer
1313
```jsx
1414
import React, { Component } from 'react';
1515
import SortableTree from 'react-sortable-tree';
16-
import FileExplorerTheme from 'react-sortable-tree-file-explorer-theme';
16+
import FileExplorerTheme from 'react-sortable-tree-theme-file-explorer';
1717

1818
export default class Tree extends Component {
1919
constructor(props) {

0 commit comments

Comments
 (0)