Skip to content

Commit d8962f4

Browse files
Minor API Key Readme Update (#286)
* moved doc for setting env var to new line * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * removed export * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4ce37d2 commit d8962f4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,14 @@ To use the API Key you can set the `IMAP_API_KEY` environment variable and then
143143
the tool as usual.
144144

145145
```bash
146-
IMAP_API_KEY=<your-api-key> imap-data-access ...
146+
$ IMAP_API_KEY=<your-api-key>
147+
$ imap-data-access ...
147148
```
148149

149150
or with CLI flags
150151

151152
```bash
152-
imap-data-access --api-key <your-api-key> ...
153+
$ imap-data-access --api-key <your-api-key> ...
153154
```
154155

155156
### Automated use with Access token

0 commit comments

Comments
 (0)