how to add images in github 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)
Example 3: github images
![alt text](https://github.com/[username]/[reponame]/blob/[branch]/image.jpg?raw=true)