From 4bc519f50ebb4fd0a237726759da94b0aed2d237 Mon Sep 17 00:00:00 2001 From: charleslemaux <146107581+charleslemaux@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:58:29 +0100 Subject: [PATCH] [~] README.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8ff6609..ca29969 100644 --- a/readme.md +++ b/readme.md @@ -44,11 +44,11 @@ gunicorn -w 4 -b 0.0.0.0:3000 app:app ``` ## Documentation -[Documentation] is in building state. +The API's {[Documentation]} is now complete !! This project is self documented and ready to understand. Start reading at app.py, and even if the rest isn't that self explainatory, read the "generic_executor.py' file to understand how everything globally works. -[Documentation]: https://api.servii.fr/doc +[Documentation]: https://www.servii.fr/api-docs/ ## Development