From e8ba030bf6ef548f975f19afcb3c5955689ca618 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Fri, 10 May 2024 22:54:14 +0200 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ce36ca..18ae049 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ See https://github.com/spiral/roadrunner - High-performance PHP application serv - no external dependencies or services, drop-in (64bit PHP version required) - sockets over TCP or Unix (ext-sockets is required), standard pipes - very fast (300k calls per second on Ryzen 1700X over 20 threads) - - native `net/rpc` integration, ability to connect to existed application(s) + - native `net/rpc` integration, ability to connect to existing application(s) - standalone protocol usage - structured data transfer using json or msgpack - `[]byte` transfer, including big payloads