Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruangchupa committed Jan 11, 2020
1 parent 38234d4 commit 258e818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct PeopleView: View {
hSpacing: 20,
vPadding: 100,
hPadding: 20,
scrollDirection: .horizontal) { person in
scrollDirection: .horizontal) { person in
GridCell(person: person)
}
}
Expand Down

0 comments on commit 258e818

Please sign in to comment.