From 15aede7aaac404e1d27f502db7192f42d773cea5 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 22 Oct 2025 19:38:11 -0600 Subject: [PATCH] docs(collab): fix pr.pico.sh ls cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c5d25c61515c3ea3f83c83e0df81bc1c5e659d8..6e67b916d609820abb3dfeef1b76eeda43489755 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ git format-patch origin/main --stdout | ssh pr.pico.sh pr create amolith/llm-pro # After potential feedback, submit a revision to an existing patch request with git format-patch origin/main --stdout | ssh pr.pico.sh pr add {prID} # List patch requests -ssh pr.pico.sh pr list amolith/llm-projects +ssh pr.pico.sh pr ls amolith/llm-projects ``` See "How do Patch Requests work?" on [pr.pico.sh]'s home page for a more