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)