From: Markus Doits Date: Mon, 27 Mar 2017 09:55:43 +0000 (+0200) Subject: fix readme comment X-Git-Tag: v0.1.0~12 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=94d658cdf122580c206557e3f73b781c994d56fe;p=github%2Ffretlink%2Fpronto-hlint.git fix readme comment --- diff --git a/README.md b/README.md index 5e53859..c17e25c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Following options are available: Example configuration to call custom eslint executable and only lint files ending with `.my_custom_extension`: ```yaml -# .pronto_eslint_npm.yaml +# .pronto_eslint_npm.yml eslint_executable: '/my/custom/node/path/.bin/eslint' files_to_lint: '\.my_custom_extension$' ```