diff options
author | ode79 <oemmerson@gmx.com> | 2017-09-05 13:50:03 +0100 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-09-05 13:50:03 +0100 |
commit | edfe65a22c8c70ac6fda1f33afb524832bed5c8b (patch) | |
tree | 2f3129e84c3d1ef2d69296a385666e0add2da1d6 | |
parent | e53debe000e9419108469dd30c79fa8c99b4a4f0 (diff) | |
download | ale-edfe65a22c8c70ac6fda1f33afb524832bed5c8b.zip |
Fix OCaml helptag name to match readme. (#909)
* Fix an OCaml help tag in the README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/)| |