From d3bb83a10a8cca61a516d47c327c46ae66bf30d3 Mon Sep 17 00:00:00 2001 From: Aaron Weiker Date: Thu, 14 May 2026 06:50:21 +0000 Subject: [PATCH] docs(#125): update CLI example to use --vcs-url instead of deprecated --gitea-url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34685b0..46e53cd 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ Rules: ```bash review-bot \ - --gitea-url https://gitea.example.com \ + --vcs-url https://gitea.example.com \ --repo owner/name \ --pr 42 \ --reviewer-token "$GITEA_TOKEN" \ -- 2.47.3