From 84d7c0528d8edc14a4cec8a5fad938d404dd57bf Mon Sep 17 00:00:00 2001 From: araison Date: Sun, 28 Apr 2024 16:23:04 +0200 Subject: [PATCH] Update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a847b7a..24061bb 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,9 @@ Fuel provider seeker software. Based on French Government data (data.gouv.fr), u ## How-to ```python -python3 parsing.py --dept 75 --gas E10 - +python3 src/fuel_price_tracker/parsing.py --dept 75 --gas E10 ``` -will the GPS adress of the cheapest E10 provider in Paris. +will return the GPS adress of the cheapest E10 provider in Paris. This app has been extended with a mobile support developed with Flutter, a beta will be release soon.