From 5f532a1163e656b6bd0e26fd87416beab1cfcb26 Mon Sep 17 00:00:00 2001 From: Alessandro Biagiotti <121967630+S3gmentati0nFault@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:19:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a009b7..d8e2b38 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In this repository you can find: Even if I would like to go ahead and correct some of the exercises I have a lot on my plate right now, thus I will put them as to-dos in the README because I think it would actually be worth it to change how some of the things work in there. ## To-do: - - [ ] Complete the documentation for the project + - [x] Complete the documentation for the project - [ ] Add a Group class to simulate a group-chat in the ChatGPT exercise - [ ] Check the synchronization statements in the Dictionary exercise - [ ] Change the POST endpoint to a PUT endpoint for the Dictionary exercise