From 08a67850740b0affe0876692a06829c2aa3cb1e4 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sun, 10 Apr 2022 23:29:39 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c9540e66..d4148b491 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,9 @@ uWS::SSLApp({ ### :briefcase: Commercially supported uNetworking AB is a Swedish consulting & contracting company dealing with anything related to µWebSockets; development, support and customer success. -Don't hesitate sending a mail if you're building something large, in need of advice or having other business inquiries in mind. We'll figure out what's best for both parties and make sure you're not stepping into one of the many common pitfalls. +Don't hesitate sending a mail if you're building something large, in need of advice or having other business inquiries in mind. We'll figure out what's best for both parties and make sure you're not falling into common pitfalls. -Special thanks to BitMEX, Bitfinex, Google, Coinbase, Bitwyre and deepstreamHub for allowing the project itself to thrive on GitHub since 2016 - this project would not be possible without these beautiful companies. - - +Special thanks to BitMEX, Bitfinex, Google, Coinbase, Bitwyre, AppDrag and deepstreamHub for allowing the project itself to thrive on GitHub since 2016 - this project would not be possible without these beautiful companies. ### :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. There are currently five event-loop integrations; libuv, ASIO, GCD and raw epoll/kqueue.