From bd670eceb61e578f53fd2428d75b9c0ea9463131 Mon Sep 17 00:00:00 2001 From: Lesage Yann Date: Tue, 29 Aug 2023 11:36:35 +0200 Subject: [PATCH] chore: improve the cli doc to avoid misunderstandings on the command: --- packages/bruno-cli/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-cli/readme.md b/packages/bruno-cli/readme.md index 43f6eed6a..4c69fb222 100644 --- a/packages/bruno-cli/readme.md +++ b/packages/bruno-cli/readme.md @@ -21,7 +21,7 @@ This command will run all the requests in your collection. You can also run a si bru run request.bru ``` -Or run all requests in a folder: +Or run all requests in a collection's subfolder: ```bash bru run folder ```