From 9f05ae87e9fb2b9a2cd5c654efcd719db008ab8c Mon Sep 17 00:00:00 2001 From: zyberspace Date: Fri, 8 Jan 2016 10:42:44 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a75c213..0a32ded 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If you installed the client with composer like above and already [obtained](http $response = $steamUser->GetPlayerSummariesV2('76561198059720690'); ``` -Every method return an object build from the json response. If you want to know more about the response format of every specific method, check the [Steam Web API documentation](https://developer.valvesoftware.com/wiki/Steam_Web_API). +Every method returns an object build from the json response. If you want to know more about the response format of every specific method, check the [Steam Web API documentation](https://developer.valvesoftware.com/wiki/Steam_Web_API). ```php require('vendor/autoload.php');