summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-08-18 00:13:08 +0100
committerw0rp <devw0rp@gmail.com>2017-08-18 00:13:08 +0100
commit2560cdd56ea9117b45bd9a9c5f8e5b9b3025fce2 (patch)
treef9d86a00dce26ec1ff99cc143bfcfa9f66017cdb
parent2365fd2948a833dfe8039ba349ea19a2962d19f7 (diff)
downloadale-2560cdd56ea9117b45bd9a9c5f8e5b9b3025fce2.zip
Update the summary in the README for fixing and completion support
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 47e6c8c9..fe1f71b2 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,9 @@ back to a filesystem.
In other words, this plugin allows you to lint while you type.
-ALE also supports fixing problems with files by running commands in the
-background with a command `ALEFix`.
+In addition to linting support, ALE offers some support for fixing code with
+formatting tools, and completion via Language Server Protocol servers, or
+servers with similar enough protocols, like `tsserver`.
## Table of Contents