From ebd0ffa5b8a3762254879c348bf361a14fee385b Mon Sep 17 00:00:00 2001 From: taras Date: Mon, 7 Oct 2024 16:30:05 +0200 Subject: [PATCH] Improve README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e4e2c4f..dd5b60f 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ https://picows.readthedocs.io/en/stable/ Motivation ========== -Popular WebSocket libraries provides high-level interfaces that handle timeouts, +Popular WebSocket libraries provide high-level interfaces that handle timeouts, flow control, optional compression/decompression, and reassembly of WebSocket messages from frames, while also implementing async iteration interfaces. However, these features are typically implemented in pure Python, resulting in