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