From 806bbad714381e2858f095d911cac001856aacef Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 7 Feb 2026 10:28:01 -0700 Subject: [PATCH] docs: update git-format reference Rename from formatted-commit to git-format and update URL from https://git.secluded.site/formatted-commit to https://git.secluded.site/git-format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93bd3dfaf8a5767bfe5bc298bbc4468508e3cf3d..f61beb7fe637585e39c74dddbe15dda45dd11ccb 100644 --- a/README.md +++ b/README.md @@ -156,4 +156,4 @@ Some other tools if this one interested you - [agent-skills](https://git.secluded.site/agent-skills) - collection of Agent Skills for extending LLM capabilities - [garble](https://git.secluded.site/garble) - transform stdin with an LLM (fix typos, translate, reformat) -- [formatted-commit](https://git.secluded.site/formatted-commit) - CLI that turns LLM input into well-formatted Conventional Commits +- [git-format](https://git.secluded.site/git-format) - CLI that turns LLM input into well-formatted conventional commits and tags