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