Merge pull request #176 from LesageYann/chore/doc-improve-suggest

chore: improve the cli doc to avoid misunderstandings
This commit is contained in:
Anoop M D
2023-08-29 20:05:55 +05:30
committed by GitHub

View File

@@ -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
```