From: Daniel Rheinbay Date: Mon, 9 Nov 2020 20:52:22 +0000 (+0100) Subject: Fix README X-Git-Tag: v0.7~18 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=fcdf7bbec921a008a7af275a494fb4e0e2ac767f;p=mercedes_me_api.git Fix README The config file needs to be called .mercedesme_credentials instead of .mercedes_credentials --- 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**>