how to put image in readme github code example
Example 1: github readme.md add image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Example 2: github adding images to readme
![alt text](http://url/to/img.png)
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
![alt text](http://url/to/img.png)