Last Updated: February 25, 2016
·
8.696K
· dougmolineux

How to add an image to your GitHub repo's Readme.md file

Here's a pretty useful code snippet that I use a lot. This is how to include an image inside your README.MD file, so that you can include screenshots or other images in your github repos.

![alt tag](http://url/to/img.png)