Skip to content

Commit

Permalink
updated quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
benhowell committed Sep 16, 2016
1 parent e86c21e commit f1d162d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ const IMAGES =
thumbnail: "https://c2.staticflickr.com/9/8817/28973449265_07e3aa5d2e_n.jpg",
thumbnailWidth: 320,
thumbnailHeight: 174,
isSelected: false,
caption: "After Rain (Jeshu John - designerspics.com)"
},
{
src: "https://c2.staticflickr.com/9/8356/28897120681_3b2c0f43e0_b.jpg",
thumbnail: "https://c2.staticflickr.com/9/8356/28897120681_3b2c0f43e0_n.jpg",
thumbnailWidth: 320,
thumbnailHeight: 212,
isSelected: false,
caption: "Boats (Jeshu John - designerspics.com)"
},

Expand All @@ -45,7 +47,6 @@ const IMAGES =
thumbnail: "https://c4.staticflickr.com/9/8887/28897124891_98c4fdd82b_n.jpg",
thumbnailWidth: 320,
thumbnailHeight: 212
//look ma, no caption!
}]

render(
Expand Down

0 comments on commit f1d162d

Please sign in to comment.