diff --git a/Readme.md b/Readme.md index 044f22a..a2a384a 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 +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