diff --git a/README.md b/README.md index 668cc79..8a4ff54 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,12 @@ Images and GIFs can be added to comments, READMEs etc.: ![Alt Text](http://www.sheawong.com/wp-content/uploads/2013/08/keephatin.gif) ``` +Raw images from the repo can be used by calling them directly.: + +``` +![Alt Text](https://github.com/(user)/(repo)/raw/master/path/to/image.gif) +``` + ![Peter don't care](http://www.sheawong.com/wp-content/uploads/2013/08/keephatin.gif) All images are cached on GitHub, so if your host goes down, the image will remain available. @@ -356,13 +362,6 @@ Which produces: ![Just a screenshot](http://i.imgur.com/J5bMf7S.png) -#### Using Raw GitHub Images -Raw images from the repo can be used by calling them directly.: - -``` -![Alt Text](https://github.com/(user)/(repo)/raw/master/path/to/image.gif) -``` - ### Quick Quoting When on a comment thread and you want to quote something someone previously said, highlight the text and press `r`, this will copy it into your text box in the block-quote format.