From d89aa46d22766d604f59f2d25b0667a697418234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=90=C9=99r=C9=AAn=20VonderHaar?= Date: Tue, 5 Jul 2016 19:20:47 -0700 Subject: [PATCH] Update installation instructions link for elm-format --- src/beautifiers/elm-format.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beautifiers/elm-format.coffee b/src/beautifiers/elm-format.coffee index edd7923..0623a79 100644 --- a/src/beautifiers/elm-format.coffee +++ b/src/beautifiers/elm-format.coffee @@ -19,7 +19,7 @@ module.exports = class ElmFormat extends Beautifier '--yes', name ], - { help: { link: 'https://github.com/avh4/elm-format' } } + { help: { link: 'https://github.com/avh4/elm-format#installation-' } } ) .then () => @readFile(name)