From d0b9692c80035b7b1658a8de146fc9df4c127ac0 Mon Sep 17 00:00:00 2001 From: Afonso Sousa <145158518+AfonsoCMSousa@users.noreply.github.com> Date: Wed, 12 Mar 2025 03:57:18 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa20b8f..eb0524e 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ A Thread Manager for C, that manages worker threads, each executing a specified Hey, Im Afonso, a humble developer that loves low-level C/C++, even some assembly! I create this library, and what started has a prof-of-concept soon became something much bigger... -Well. Without much longer. Check out the `GUIDE.md` and the files `main.c` wicth all the files in `include` to learn how everything works. +Well. Without much longer. Check out the [GUIDE.md](https://github.com/AfonsoCMSousa/Thread-Master/blob/master/GUIDE.md) and the files `main.c` wicth all the files in `include` to learn how everything works.