Skip to content

Commit fbe2942

Browse files
author
João Silva
committed
!39 README typos
1 parent 52345b3 commit fbe2942

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
* Environment Variables
1414
```
15-
export PROBELY_API_BASE_URL=<your_api_key>
15+
export PROBELY_API_KEY=<your_api_key>
1616
```
1717
* Tool specific config (see below)
1818

@@ -50,7 +50,7 @@
5050
* Follow CLI output good practices. Valid output to `stdout`, errors to `stderr`
5151
* Custom tooling, developers should be aware
5252
* `rich.console` is always available on the `args`
53-
* `probely_cli` fixture (to test CLI OUTPUT)
53+
* `probely_cli` pytest fixture (to call CLI commands)
5454
* Error message should have the following structure: `{cmd}: error: {message}`,
5555
following the default implementation of argparse
5656
* eg: `probely targets get: error: filters and target ids are mutually exclusive.`

0 commit comments

Comments
 (0)