From b9a156d694f0951f8aefe1ef2dde262901e09d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tronel?= Date: Wed, 27 Aug 2025 14:56:04 +0200 Subject: [PATCH] Correct typos in the documentation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1883c53..ab67120 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ deactivate To list the kind of reservations: ``` source venv/bin/activate -./citoyen.py -l [login] -p [password] -C [city] -L +./citoyen.py -l [login] -p [password] -C [city] L deactivate ``` Finally, to dump the ith kind of reservation (in the order obtained by _L_ command) into a ICS file: ``` source venv/bin/activate -./citoyen.py -l [login] -p [password] -C [city] -D -i [index] -o file.ics +./citoyen.py -l [login] -p [password] -C [city] D -i [index] -o file.ics deactivate ```