From 94d658cdf122580c206557e3f73b781c994d56fe Mon Sep 17 00:00:00 2001 From: Markus Doits Date: Mon, 27 Mar 2017 11:55:43 +0200 Subject: [PATCH] fix readme comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$' ``` -- 2.41.0