diff options
author | w0rp <devw0rp@gmail.com> | 2019-04-15 22:00:57 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-04-15 22:00:57 +0100 |
commit | 3a010f68b8c6e18bfa19fe6cc1e5d23a6e6484b4 (patch) | |
tree | c9372b53bea03049081fe60d15cbacb3f2bfbdea /README.md | |
parent | 23a8208498047c98108ca74f63ace023ecb1c232 (diff) | |
download | ale-3a010f68b8c6e18bfa19fe6cc1e5d23a6e6484b4.zip |
Adjust the README wording slightly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ ![ALE Logo by Mark Grealish - https://www.bhalash.com/](img/logo.jpg?raw=true) -ALE (Asynchronous Lint Engine) is a plugin for providing linting (checking -syntax and semantics) in NeoVim 0.2.0+ and Vim 8 while you edit your text files, +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. <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."> |