summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-02-13 21:22:02 +0000
committerw0rp <devw0rp@gmail.com>2019-02-13 21:22:02 +0000
commit3140abcd0cc681ac53d59b290c1b29f534f572fb (patch)
tree77aca4168609d5016ec969b3b3667934802866d2 /README.md
parent3050a132b557497c43b45345c7f5f9297eb707cb (diff)
downloadale-3140abcd0cc681ac53d59b290c1b29f534f572fb.zip
Fix #2293 - Update linter option documentation
* The README now points to a valid helptag for linter options. * The now very, very large part of the table of contents for linter and fixer options has been moved into a section so the initial table is smaller. * Special linter or fixer options now lie beneath the general linter or fixer options.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e5e26ec..047f9691 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ new buffers or as you make edits to your files.
The behaviour of linting can be configured with a variety of options,
documented in [the Vim help file](doc/ale.txt). For more information on the
options ALE offers, consult `:help ale-options` for global options and `:help
-ale-linter-options` for options specified to particular linters.
+ale-integration-options` for options specified to particular linters.
<a name="usage-fixing"></a>