diff --git a/.npmignore b/.npmignore
index 96a17e74..769e9112 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,7 +1,6 @@
.nyc_output/
examples/
flow-typed/
-media/
tests/
types/
.editorconfig
@@ -10,3 +9,5 @@ types/
.travis.yml
appveyor.yml
CONTRIBUTING.md
+dotenv.png
+dotenv.svg
diff --git a/README.md b/README.md
index 1b5cd723..ebc45830 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# dotenv
-
+
Dotenv is a zero-dependency module that loads environment variables from a `.env` file into [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env). Storing configuration in the environment separate from code is based on [The Twelve-Factor App](http://12factor.net/config) methodology.
diff --git a/dotenv.png b/dotenv.png
new file mode 100644
index 00000000..4401d2ea
Binary files /dev/null and b/dotenv.png differ
diff --git a/media/dotenv.svg b/dotenv.svg
similarity index 100%
rename from media/dotenv.svg
rename to dotenv.svg