From be7437d117d0efc9676b7eef9877695e89753e66 Mon Sep 17 00:00:00 2001 From: Erwan Date: Thu, 8 Sep 2022 18:13:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba273c37..35fce0fe 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ The feature mentioned above is useful to keep the API Token in a config file and ```yml cli_options: - api_token: YOUR_API_TOKEN + api_token: 'YOUR_API_TOKEN' ``` ## Load API Token From ENV (since v3.7.10)