Fixes typo in Readme

This commit is contained in:
Erwan
2020-03-12 22:25:23 +01:00
committed by GitHub
parent 4f7dec4635
commit 45bebc60bd

View File

@@ -130,7 +130,7 @@ cli_options:
api_token: YOUR_API_TOKEN
```
## Load APi Token From ENV
## Load API Token From ENV (since v3.7.10)
The API Token will be automatically loaded from the ENV variable `WPSCAN_API_TOKEN` if present. If the `--api-token` CLI option is also provided, the value from the CLI will be used.