Update installation instructions link for elm-format

This commit is contained in:
Ɛərɪn VonderHaar 2016-07-05 19:20:47 -07:00 committed by GitHub
parent dc2385fcfd
commit d89aa46d22
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module.exports = class ElmFormat extends Beautifier
'--yes', '--yes',
name name
], ],
{ help: { link: 'https://github.com/avh4/elm-format' } } { help: { link: 'https://github.com/avh4/elm-format#installation-' } }
) )
.then () => .then () =>
@readFile(name) @readFile(name)