From fcdf7bbec921a008a7af275a494fb4e0e2ac767f Mon Sep 17 00:00:00 2001 From: Daniel Rheinbay Date: Mon, 9 Nov 2020 21:52:22 +0100 Subject: [PATCH] Fix README The config file needs to be called .mercedesme_credentials instead of .mercedes_credentials --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f98f30f..f1886f4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The installation is the same, the usage is different. ## Installation To use this script it's necessary to perform the following instructions: 1) clone the repository -2) create a credentials files (.mercedes_credentials) with: +2) create a credentials files (.mercedesme_credentials) with: ```bash CLIENT_ID=<**INSERT_YOUR_CLIENT_ID**> CLIENT_SECRET=<**INSERT_YOUR_CLIENT_SECRET**> -- 2.47.3