how to imgs to git read me code example
Example 1: github readme.md add image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Example 2: add image to readme
![alt text](https://github.com/[username]/[reponame]/blob/[branch]/image.jpg?raw=true)