From 63f609734e80b087a41fbed604d39514fb456e65 Mon Sep 17 00:00:00 2001 From: djonker Date: Sat, 11 Mar 2023 03:27:41 +0100 Subject: [PATCH] readmetest --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index a2a384a..1783baf 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Minitalk 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\ +We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to send them over --- ## Improvements @@ -16,7 +16,7 @@ We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to --- ## Bugs -*none* +*none*\ ~~pid would return 0 when run in background~~ ---