From ff2182fefcddc3dc4d9ab847ced022083bf9a73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Thu, 25 Jun 2020 23:23:44 +0200 Subject: [PATCH] Fix yaml example in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15d8e43d..1b64d130 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ You can use `*` as a wildcard for matching multiple branch names. See https://ww When no configuration is provided, the following defaults will be used: ```yml -feature: ['feature/*', 'feat/*'], -fix: 'fix/*', +feature: ['feature/*', 'feat/*'] +fix: 'fix/*' chore: 'chore/*' ```