diff --git a/README.md b/README.md
index 64a80ef2..340ccb4d 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# Asynchronous Lint Engine [](https://travis-ci.com/w0rp/ale) [](https://ci.appveyor.com/project/w0rp/ale) [](https://gitter.im/vim-ale/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
+
ALE (Asynchronous Lint Engine) is a plugin providing linting (syntax checking
and semantic errors) in NeoVim 0.2.0+ and Vim 8 while you edit your text files,
and acts as a Vim [Language Server Protocol](https://langserver.org/) client.
-
+
ALE makes use of NeoVim and Vim 8 job control functions and timers to
run linters on the contents of text buffers and return errors as
@@ -541,7 +541,7 @@ let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
Will give you:
-
+
See `:help g:ale_echo_msg_format` for more information.
diff --git a/img/echo.png b/img/echo.png
deleted file mode 100644
index 671a66b2..00000000
Binary files a/img/echo.png and /dev/null differ
diff --git a/img/example.gif b/img/example.gif
deleted file mode 100644
index 1e443bf6..00000000
Binary files a/img/example.gif and /dev/null differ
diff --git a/img/issues.png b/img/issues.png
deleted file mode 100644
index 7415d039..00000000
Binary files a/img/issues.png and /dev/null differ
diff --git a/img/logo.jpg b/img/logo.jpg
deleted file mode 100644
index 1d8468db..00000000
Binary files a/img/logo.jpg and /dev/null differ
diff --git a/img/no_issues.png b/img/no_issues.png
deleted file mode 100644
index 397804ea..00000000
Binary files a/img/no_issues.png and /dev/null differ