summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorode79 <oemmerson@gmx.com>2017-09-05 13:50:03 +0100
committerw0rp <w0rp@users.noreply.github.com>2017-09-05 13:50:03 +0100
commitedfe65a22c8c70ac6fda1f33afb524832bed5c8b (patch)
tree2f3129e84c3d1ef2d69296a385666e0add2da1d6 /README.md
parente53debe000e9419108469dd30c79fa8c99b4a4f0 (diff)
downloadale-edfe65a22c8c70ac6fda1f33afb524832bed5c8b.zip
Fix OCaml helptag name to match readme. (#909)
* Fix an OCaml help tag in the README
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 fd1ef322..863815f9 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ formatting.
| nroff | [proselint](http://proselint.com/)|
| Objective-C | [clang](http://clang.llvm.org/) |
| Objective-C++ | [clang](http://clang.llvm.org/) |
-| OCaml | [merlin](https://github.com/the-lambda-church/merlin) see `:help ale-integration-ocaml-merlin` for configuration instructions
+| OCaml | [merlin](https://github.com/the-lambda-church/merlin) see `:help ale-ocaml-merlin` for configuration instructions
| Perl | [perl -c](https://perl.org/), [perl-critic](https://metacpan.org/pod/Perl::Critic) |
| PHP | [hack](http://hacklang.org/), [langserver](https://github.com/felixfbecker/php-language-server), [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpmd](https://phpmd.org), [phpstan](https://github.com/phpstan/phpstan), [phpcbf](https://github.com/squizlabs/PHP_CodeSniffer) |
| Pod | [proselint](http://proselint.com/)|