From 5f62fad81b8b52c19bf7300b0e446ee21e007a91 Mon Sep 17 00:00:00 2001 From: Kurihara Date: Tue, 7 May 2024 23:46:47 +0900 Subject: [PATCH] Update - README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e270a5f..3b160e5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Asynchronous I/O communication framework during multi threads and section sequence manager. -You can communicate threads N-to-N with patterns like request-reply and notify. +Communicate threads N-to-N with patterns like request-reply and notify. + + ## How to use