diff --git a/README.md b/README.md index f6757e2..d06caa9 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ import GridView from 'react-native-super-grid'; This is a SectionList modified to have a grid layout. `sections` and `renderItem` prop has same signature as of SectionList. +``` +import { SuperGridSectionList } from 'react-native-super-grid'; +``` ```