We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425099e commit c4524c6Copy full SHA for c4524c6
README.md
@@ -49,7 +49,7 @@ Lastly, publish the config file. You can get your API key from [Steam](http://s
49
use Syntax\SteamApi\Facades\SteamApi;
50
51
/** Get Portal 2 */
52
-$apps = SteamApi::app()->appDetails([620]);
+$apps = SteamApi::app()->appDetails(620);
53
54
echo $app->first()->name;
55
```
0 commit comments