From f21fbd382125fff0b388781807c6aa97b93349a5 Mon Sep 17 00:00:00 2001 From: Jochen Date: Wed, 4 Jun 2025 16:07:32 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c7e7e..c9ac2f3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Accepting client connections is performed by an instance of `WebsocketAcceptor`. Once established, a WebSocket connection is handled by an implementation of `WebsocketClientHandler`. Your application logic will be within an implementation of this interface. -`WebsocketClientHanler` has a single method which must be implemented, `handleClient()`. +`WebsocketClientHandler` has a single method which must be implemented, `handleClient()`. ```php public function handleClient(