aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-01-01 16:34:46 +0100
committerVictor Häggqvist <[email protected]>2015-01-01 16:34:46 +0100
commit348c33b0b7edbb17d24e19db10ebc4449896c8e9 (patch)
tree71b01b43e9a62106d6ad8a26f322d83a8dd21db5
parent5d2f7b4c8f76a1fb7cb8d3d0ad9ca7e6fcc6274a (diff)
github didn't like my table :/v1.0
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 54c08de..3375b84 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,10 @@ new AboutIt(this).app("My App")
The code for these samples are all in the sample app [here](aboutit-sample/src/main/java/com/snilius/aboutit/sample/MainActivity.java).
-|![sample](img/img1.png)|![sample](img/img2.png)|
-|--|--|
-|![sample](img/img3.png)|![sample](img/img4.png)|
+<img src="img/img1.png" alt="screenshot" width="300px" height="auto" />
+<img src="img/img2.png" alt="screenshot" width="300px" height="auto" />
+<img src="img/img3.png" alt="screenshot" width="300px" height="auto" />
+<img src="img/img4.png" alt="screenshot" width="300px" height="auto" />
#License