Skip to content

Commit 9f05ae8

Browse files
committed
typo
1 parent 63a282c commit 9f05ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you installed the client with composer like above and already [obtained](http
5858
$response = $steamUser->GetPlayerSummariesV2('76561198059720690');
5959
```
6060

61-
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).
61+
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).
6262

6363
```php
6464
require('vendor/autoload.php');

0 commit comments

Comments
 (0)