From 9c62a848108cf26b9b1f798578e395c79c58699e Mon Sep 17 00:00:00 2001 From: Enrique Barcelli Date: Mon, 10 Mar 2025 23:21:47 +0800 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c7f6be..8ee23d0 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ These Python scripts allow to extract records from the DineConnect API and post * Copy the file `config-sample.py` to `config.py`. * Edit `config.py` with your credentials and defaults. * To extract the tickets records from the DineConnect API and post them to the Mongo database, run `python3 extract_tickets.py` and follow the instructions of the script. -* To delete tickets from the Mongo database, run `python3 delte_tickets.py` and follow de instructions of the script. +* To delete tickets from the Mongo database, run `python3 delete_tickets.py` and follow de instructions of the script.