]> git.giorgioravera.it Git - mercedes_me_api.git/commitdiff
Fixed Readme.md
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 29 Sep 2020 11:10:06 +0000 (13:10 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 29 Sep 2020 11:10:06 +0000 (13:10 +0200)
README.md

index 181a0a7476207a34302b876fc5076463f9041ce4..56b4d1d3738764736f97bc83482c8b08fce2413c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,11 +15,11 @@ Note: the APIs described above do not requires any subscription in case you use
 To use this script it's necessary to perform the following instructions:
 1) clone the repository
 2) create a credentials files (.mercedes_credentials) with:
-> CLIENT_ID=""
-
-CLIENT_SECRET=""
-
-> VEHICLE_ID=""
+```bash
+CLIENT_ID=""
+CLIENT_SECRET=""
+VEHICLE_ID=""
+```
 
 where CLIENT_ID and CLIENT_SECRET referring to the application information that can be found in [Mercedes Developer Console](https://developer.mercedes-benz.com/console) and VEHICLE_ID is the VIN of your car.