Skip to content

Commit c4524c6

Browse files
committed
[Laravel 10] Fix syntax typo in README
1 parent 425099e commit c4524c6

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
@@ -49,7 +49,7 @@ Lastly, publish the config file. You can get your API key from [Steam](http://s
4949
use Syntax\SteamApi\Facades\SteamApi;
5050

5151
/** Get Portal 2 */
52-
$apps = SteamApi::app()->appDetails([620]);
52+
$apps = SteamApi::app()->appDetails(620);
5353

5454
echo $app->first()->name;
5555
```

0 commit comments

Comments
 (0)