Skip to content

Commit b9c4666

Browse files
authored
Update README.md
1 parent 1a7bc4c commit b9c4666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type DataRow = {
3434
const columns:ColumnProps[] = [
3535
{ 'dataKey': 'id', title: 'ID', flex: 1 },
3636
{ 'dataKey': 'firstName', title: 'First Name', flex: 2 },
37-
{ 'dataKey': 'lastName', title: 'Last Name', flex: 2 }
37+
{ 'dataKey': 'lastName', title: 'Last Name', flex: 2 },
3838
{ 'dataKey': 'country', title: 'Country', flex: 3 }
3939
]
4040

@@ -69,4 +69,4 @@ Basic example storybook: https://garrylachman.github.io/react-native-awesome-tab
6969

7070

7171
### License
72-
React Native Awesome Table is [MIT licensed](./LICENSE).
72+
React Native Awesome Table is [MIT licensed](./LICENSE).

0 commit comments

Comments
 (0)