how to input pictures in github readme code example
Example 1: how to add images to git readme
![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)