From 0125147cd7503349cbc47868a8e16b9f187e34de Mon Sep 17 00:00:00 2001 From: Enisz Abdalla Date: Wed, 21 Oct 2020 12:40:21 +0200 Subject: [PATCH] Updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9775174..089f509 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,7 @@ This method will start the query against IGDB. Returns the decoded JSON response Returns the response from the IGDB database as an array of objects. ### Constructing URL's -`private IGDB::_construct_url( string $endpoint, boolean $count = false) : string` +`IGDB::_construct_url( string $endpoint, boolean $count = false) : string` The method will construct the full URL for the request and will return the constructed URL as a string.