Skip to content

Commit 2754cd5

Browse files
authored
Fix typo in example
1 parent 00c9c8d commit 2754cd5

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
@@ -29,7 +29,7 @@ yarn add react-native-nested-listview
2929
```
3030

3131
```javascript
32-
import NestedListview, {NestedRow} from 'react-native-nested-listview'
32+
import NestedListView, {NestedRow} from 'react-native-nested-listview'
3333

3434
const data = [{title: 'Node 1', items: [{title: 'Node 1.1'}, {title: 'Node 1.2'}]}]
3535

0 commit comments

Comments
 (0)