diff --git a/README.md b/README.md
index 0eaa5b065..cfc89a155 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Annotate plans, specs, messages, html, then send the feedback to your agent.
### Code Review
-Review local changes or remote PRs. Comment on diffs, suggest code. Your comments go back to the agent. Works with git, jj, p4, GitHub, and GitLab.
+Review local changes or remote PRs. Comment on diffs, suggest code. Your comments go back to the agent. Works with Git, GitButler, Jujutsu (`jj`), Perforce (`p4`), GitHub, and GitLab.
@@ -108,8 +108,11 @@ Need a realistic document to try? Copy the [product requirements document templa
/plannotator-review # Review uncommitted changes
/plannotator-review # Review a GitHub pull request
/plannotator-review # Review a GitLab merge request
+plannotator review --gitbutler # Review an active GitButler workspace
```
+GitButler users can review the whole workspace, one stack, or one branch layer. See the [GitButler workflow guide](https://docs.plannotator.ai/open-source/workflows/gitbutler).
+
### Plan mode
No command needed. Plan mode is wired in through each harness's hooks. Any time your agent creates a plan, the markdown review surface opens for you.
|