Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zyberspace committed Jan 8, 2016
1 parent 63a282c commit 9f05ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 9f05ae8

Please sign in to comment.