From df7c0497a761077bb9192c4fc8c453939427469a Mon Sep 17 00:00:00 2001 From: Nikos Siatras Date: Sat, 23 Jul 2022 10:32:49 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b57a850..42a3b2d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Extasys Asynchronous TCP/UDP socket library -Extasys is a fast, accurate and easy to use TCP/UDP socket library for Java, Mono and Microsoft .NET Framework. The power of this socket is the asynchronous data proccessing that offers. +Extasys is a fast, accurate and easy to use TCP/UDP socket library for Java. The power of this socket is the asynchronous data proccessing that offers. If you are using sockets then Extasys is the proper tool for your work. It's been designed to take the hard job done and let you think only about the message exchange (the process). @@ -15,7 +15,7 @@ If you are using sockets then Extasys is the proper tool for your work. It's bee #### Features * Dedicated Thread Pool for each TCPServer, TCPClient, UDPServer and UDPClient -* Multiple listeners per server and multiple connectors per client +* Multiple listeners per server and multiple connectors per Client * TCP message collector with character or string message splitter ## How to Use