add image over image in github readme code example
Example 1: how to add image in github readme
![alt text](http://url/to/img.png)
Example 2: github add image to 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)