diff --git a/README.md b/README.md
index 64c4c565cc8229ab6888ea2c20da5daaad70184d..40194fd6d4b2d4e8521cc30cd4e127ab33e831c8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 <h1 align=center>
 Boilr
 <br>
-<img src="/logo.png" height="360">
+<img src="/assets/logo.png" height="360">
 <br>
 <a href="http://travis-ci.org/tmrts/boilr"><img alt="Build Status" src="https://img.shields.io/travis/tmrts/boilr.svg?style=flat-square" /></a>
 <a href="https://github.com/tmrts/boilr/blob/master/LICENSE" ><img alt="License" src="https://img.shields.io/badge/license-Apache%20License%202.0-E91E63.svg?style=flat-square"/></a>
@@ -17,7 +17,7 @@ Boilr
 <em>Boilr is here to help you <b>create projects from boilerplate templates</b>.</em>
 </p>
 
-![Usage Demonstration](usage.gif)
+![Usage Demonstration](assets/usage.gif)
 
 For more details, see [Introduction](https://github.com/tmrts/boilr/wiki/Introduction) page.
 
diff --git a/logo.png b/assets/logo.png
similarity index 100%
rename from logo.png
rename to assets/logo.png
diff --git a/usage.gif b/assets/usage.gif
similarity index 100%
rename from usage.gif
rename to assets/usage.gif