From 58ff71ac022eb7bfd789c7dd7f0a11ea4dd55492 Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Fri, 20 Nov 2020 08:35:07 +0100 Subject: [PATCH] correct doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16fd1b2..3ab9125 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,9 @@ We need to get credentials from the MyPeugeot app. You have two solutions : 2.4 Change car charge threshold to 80 percent (only for solution 1) http://localhost:5000/charge_control?vin=YOURVIN&percentage=80 -## API specficication -The api spec is described here : [api_spec.md](api_spec.md). -You can use all fonction from the doc, for example : +## API documentation +The api documentation is described here : [api_spec.md](api_spec.md). +You can use all functions from the doc, for example : ```myp.api().get_car_last_position(myp.get_vehicle_id_with_vin("myvin"))``` ## More information To analyse the traffics between the app and psa server, you can use mitmproxy.