Skip to content

Commit

Permalink
fix mistake in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
brunjo committed Aug 5, 2014
1 parent 196f340 commit 5136083
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 @@ -53,7 +53,7 @@ $(".container").rowGrid(options);
JS:
```
// append new items
$(".container").append("<div class='item'><img src='http://placehold.it/310x200' />");
$(".container").append("<div class='item'><img src='http://placehold.it/310x200' /></div>");
// arrange appended items
$(".container").rowGrid("appended");
```
Expand Down

0 comments on commit 5136083

Please sign in to comment.