Skip to content

Commit

Permalink
[Laravel 10] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nicekiwi committed Apr 27, 2024
1 parent 98af434 commit 2ad820b
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 @@ -46,7 +46,7 @@ Lastly, publish the config file. You can get your API key from [Steam](http://s
## Usage

```php
use SteamApi;
use Syntax\SteamApi\Facades\SteamApi;

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

0 comments on commit 2ad820b

Please sign in to comment.