Skip to content

Commit 35615ce

Browse files
authored
Fix typo in GetPlayerSummaries example
1 parent 723272e commit 35615ce

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
@@ -215,7 +215,7 @@ steamId| int[] | An array of (or singular) steam ID(s) to get details for | No
215215
$player = Steam::user($steamId)->GetPlayerSummaries()[0];
216216

217217
// Several users
218-
$steamIds [76561197960287930, 76561197968575517]
218+
$steamIds = [76561197960287930, 76561197968575517]
219219
$players = Steam::user($steamIds)->GetPlayerSummaries();
220220
```
221221

0 commit comments

Comments
 (0)