Skip to content

Commit f37722d

Browse files
author
Javier Morant
authored
Merge pull request #93 from epicfaace/patch-1
2 parents 00c9c8d + 2754cd5 commit f37722d

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)