From 57633164eddb705bbd95a8838fca47a5c8d4c709 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 18 Jan 2023 15:51:45 +0100 Subject: [PATCH] fix(doc): missed a rename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbe7b8c..a091fb4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Make requests to an API built using the Reflect API framework over HTTP or UNIX --- -Make a request with `SocketClient->call()`. It will return the response as an array of length 2. +Make a request with `Client->call()`. It will return the response as an array of length 2. - The first value is the HTTP-equivalent response code. - The second value is the response body