diff --git a/README.md b/README.md index 3f5f5ba..c4046f0 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,10 @@ ocr review \ The `--format json` and `--audience agent` flags output machine-readable results suitable for parsing in CI scripts. -See the [`examples/`](./examples/) directory for integration examples, including GitHub Actions and GitLab CI. +See the [`examples/`](./examples/) directory for integration examples: + +- [`github_actions/`](./examples/github_actions/) — GitHub Actions integration example +- [`gitlab_ci/`](./examples/gitlab_ci/) — GitLab CI integration example ## Commands diff --git a/README.zh-CN.md b/README.zh-CN.md index f8f1008..e0006c2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -208,7 +208,10 @@ ocr review \ `--format json` 和 `--audience agent` 参数输出适合 CI 脚本解析的机器可读结果。 -集成示例请参见 [`examples/`](./examples/) 目录,包括 GitHub Actions 和 GitLab CI。 +集成示例请参见 [`examples/`](./examples/) 目录: + +- [`github_actions/`](./examples/github_actions/) — GitHub Actions 集成示例 +- [`gitlab_ci/`](./examples/gitlab_ci/) — GitLab CI 集成示例 ## 命令