Skip to content

Commit

Permalink
Wrong formatting for the code sample...
Browse files Browse the repository at this point in the history
  • Loading branch information
alex621 committed Jun 13, 2016
1 parent b26402c commit b8f929e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ That's it. Assuming that you have defined width and height for your `<img>`.
Yes! You need to give me the width and height in order to show the images, either inside the HTML or providing another data object, like the following:

```java
MapDataSupplier data = new MapDataSupplier(); data.put("https://placehold.it/350x150", new ImgData(350, 150));

MapDataSupplier data = new MapDataSupplier();
data.put("https://placehold.it/350x150", new ImgData(350, 150));
tv.setDataSupplier(data);
```

Expand Down

0 comments on commit b8f929e

Please sign in to comment.