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