Skip to content

Commit

Permalink
[Laravel 10] Fix syntax typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicekiwi committed Apr 28, 2024
1 parent 425099e commit c4524c6
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 @@ -49,7 +49,7 @@ Lastly, publish the config file. You can get your API key from [Steam](http://s
use Syntax\SteamApi\Facades\SteamApi;

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

echo $app->first()->name;
```
Expand Down

0 comments on commit c4524c6

Please sign in to comment.