From 279e3340b648d1c5ad92743d479985a4c359bb09 Mon Sep 17 00:00:00 2001 From: Raphael Thomazella Date: Fri, 26 Jun 2020 04:24:55 -0300 Subject: [PATCH] Fix "huskyrc.yml" -> ".huskyrc.yml" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf23c523d..43eda0ef6 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ You can also do it manually. Move your existing hooks to `husky.hooks` field and } ``` -Starting with `1.0.0`, husky can be configured using `.huskyrc`, `.huskyrc.json`, `.huskyrc.yaml`, `huskyrc.yml`, `.huskyrc.js` or `husky.config.js` file. +Starting with `1.0.0`, husky can be configured using `.huskyrc`, `.huskyrc.json`, `.huskyrc.yaml`, `.huskyrc.yml`, `.huskyrc.js` or `husky.config.js` file. ```js // .huskyrc