From e669c7017c1f2f6d4c6f173fa286b6c685465857 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Tue, 7 Sep 2021 14:02:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d40d2..92f73ae 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Special thanks to BitMEX, Bitfinex, Google, Coinbase, Bitwyre and deepstreamHub ### :wrench: Customizable architecture -µWebSockets builds on µSockets, a foundation library implementing eventing, networking and cryptography in three different layers. Every layer has multiple implementations and you control the compiled composition with flags. +µWebSockets builds on µSockets, a foundation library implementing eventing, networking and cryptography in three different layers. Every layer has multiple implementations and you control the compiled composition with flags. There are currently five event-loop integrations; libuv, ASIO, GCD and raw epoll/kqueue. In a nutshell: