From 7030d56e070ec40ae7ee399d25cf0bae5006b67b Mon Sep 17 00:00:00 2001 From: Daniel Schmelz Date: Sat, 20 Aug 2022 14:06:27 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b7756c..0bcb5af 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ $connection = new NetworkSocket('127.0.0.1', 9000); $content = http_build_query(['key' => 'value']); $request = new PostRequest('/path/to/target/script.php', $content); -# Register a response callback, expects a `ProvidesResponseData` instance as the only paramter +# Register a response callback, expects a `ProvidesResponseData` instance as the only parameter $request->addResponseCallbacks( static function( ProvidesResponseData $response ) {