diff --git a/README.md b/README.md index 1948127..374ab7b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Monokai forever! :tada: Inspired by Sublime Text's interpretation of monokai, this colour is both gui- and cterm-supported. It works for all languages, and is particularly good for Javascript development :heart: -![](./exampleTop.png) +![](./images/exampleTop.png) ## :electric_plug: Installation @@ -49,7 +49,7 @@ let g:airline_theme='monokai_tasty' ## :tv: Screen shots -![](./example1.png) -![](./example2.png) -![](./example3.png) +![](./images/example1.png) +![](./images/example2.png) +![](./images/example3.png) diff --git a/example1.png b/images/example1.png similarity index 100% rename from example1.png rename to images/example1.png diff --git a/example2.png b/images/example2.png similarity index 100% rename from example2.png rename to images/example2.png diff --git a/example3.png b/images/example3.png similarity index 100% rename from example3.png rename to images/example3.png diff --git a/exampleTop.png b/images/exampleTop.png similarity index 100% rename from exampleTop.png rename to images/exampleTop.png