From b971298e250a3cf00f93fd7374f3c02995482d48 Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Thu, 16 Nov 2023 23:07:54 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28897c6..851f578 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ if($response->success) { } ``` -Skip ahead to [`RestClient\Response`](#RestClient\Response) for details on accessing the response data. +Skip ahead to [`RestClient\Response`](#RestClientResponse) for details on accessing the response data. ## Subclassing Fully documented interfaces can be configured using subclassing if desired. See the GitHub implementation in the `examples/GitHub` directory for a more complete example.