how to add image to readme.md size code example
Example 1: change size of image in github readme
<a href="url"><img src="http://url.to/image.png" align="left" height="48" width="48" ></a>
Example 2: limit image size on github
<img src="https://camo.githubusercontent.com/..." width="200" height="400" />