From 7a70ed66143ccdb2ed5827d9c7df5d7e14659813 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 7 Dec 2025 16:09:36 +0000 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! Move updater to REST api. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb545ef..f6e0099 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ wording: * `blacklist`: terms to ignore when processing commits. Any commit containing these terms will be skipped in version calculations. Useful for ignoring merge commits, feature branch names, and other unwanted triggers. * `wording`: words the program should look for in the git commits to increment (patch|minor|major) -### Good to know +### Good to knows * Word matching uses fuzzy search AND is case INSENSITIVE * I do not recommend using common words ( like "the" from the example configuration )