From ee6f36c974344addbb83983ada365eb4721d3654 Mon Sep 17 00:00:00 2001 From: djonker Date: Sat, 11 Mar 2023 02:40:12 +0100 Subject: [PATCH] readmetest --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 695ed52..b51a075 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,8 @@ # Minitalk ---- ## Description Minitalk is a simple project that requires you to use unix signals to send over strings between 2 programs. We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to send them over +--- ## Improvements ### Add support for multiple clients at the same time #### Client