Skip to content

Commit 2eb9b9e

Browse files
authored
Fix broken example on readme
1 parent 0b7c0b1 commit 2eb9b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
```js
1717
<Masonry
1818
sorted // optional - Default: false
19-
columns=4 // optional - Default: 2
19+
columns={4} // optional - Default: 2
2020
bricks=[
2121
{ uri: 'http://image1.jpg' },
2222
{ uri: 'http://image2.jpg' },

0 commit comments

Comments
 (0)