diff --git a/README.md b/README.md index 055918ffa0..41c0e5f71d 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ Run Cline with zero interaction for scripting and automation. Pipe input, get JS ```bash cline "Run tests and fix any failures" -git diff origin/main | cline "Review these changes for issues" +git diff origin/main | cline "Review these changes for issues" cline --json "List all TODO comments" | jq -r 'select(.type == "agent_event" and .event.text) | .event.text' ```