diff --git a/Readme.md b/Readme.md index 57010df..476c9db 100644 --- a/Readme.md +++ b/Readme.md @@ -66,7 +66,9 @@ You can configure the rule in your `.textlintrc`: "terms": "@johnsmith/terms", // Excludes terms "exclude": [ - "CSS" + "CSS", + "bug[- ]fix(es)?", + "walk-through" ] } }