diff --git a/README.md b/README.md index 29d38db..ca93b48 100644 --- a/README.md +++ b/README.md @@ -143,13 +143,14 @@ To use the API Key you can set the `IMAP_API_KEY` environment variable and then the tool as usual. ```bash -IMAP_API_KEY= imap-data-access ... +$ IMAP_API_KEY= +$ imap-data-access ... ``` or with CLI flags ```bash -imap-data-access --api-key ... +$ imap-data-access --api-key ... ``` ### Automated use with Access token