summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-02-13 10:35:26 +0000
committerw0rp <devw0rp@gmail.com>2019-02-13 10:35:26 +0000
commitf1bf795b8b4bfc0a5636a6b74d4f28cbfc57a11f (patch)
treed874a621a398a77b28e9782a31d91e0111839c90 /README.md
parent690b1a5bb1774226b0f9c121907b065775910925 (diff)
downloadale-f1bf795b8b4bfc0a5636a6b74d4f28cbfc57a11f.zip
Explain what linting is in the first sentence
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2ce08ed5..6abca83b 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
![ALE Logo by Mark Grealish - https://www.bhalash.com/](img/logo.jpg?raw=true)
-ALE (Asynchronous Lint Engine) is a plugin for providing linting 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 (Asynchronous Lint Engine) is a plugin for providing linting (checking of
+syntax and semantics) 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.
<img src="img/example.gif?raw=true" alt="A linting example with the darkspectrum color scheme in GVim." title="A linting example with the darkspectrum color scheme in GVim.">