]> git.giorgioravera.it Git - mercedes_me_api.git/commitdiff
Fix README
authorDaniel Rheinbay <danielrheinbay@users.noreply.github.com>
Mon, 9 Nov 2020 20:52:22 +0000 (21:52 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Nov 2020 20:52:22 +0000 (21:52 +0100)
The config file needs to be called .mercedesme_credentials instead of .mercedes_credentials

README.md

index f98f30f98ce197310519e5a862a945e5a7c36319..f1886f41a076588875872e6f0c4099f5b81dbc8b 100644 (file)
--- 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**>