From ca10ce0069c25965810ad7303f5d25b7e90e0133 Mon Sep 17 00:00:00 2001 From: Alex Schenk <134595144+alx-sch@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:20:09 +0200 Subject: [PATCH] Update README.md Add 'Acknowledgements' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29286d7..69be8a6 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,5 @@ The `precise_wait` function uses a combination of high-resolution time checks an - **Continuous Checking**: The function continuously checks if the current time has reached or surpassed `time_stop_waiting`. This ensures that the wait duration is as precise as possible. The `SLEEP_INTERVALS` constant controls how frequently the function checks the current time, striking a balance between accuracy and CPU usage. - +## Acknowledgements +The project badge used is retrieved from [this repo](https://github.com/ayogun/42-project-badges) by Ali Ogun.