From 45bebc60bd97e137b2aa32d6c70a67684528879b Mon Sep 17 00:00:00 2001 From: Erwan Date: Thu, 12 Mar 2020 22:25:23 +0100 Subject: [PATCH] Fixes typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dcfea42..349ccb9d 100644 --- a/README.md +++ b/README.md @@ -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.