From 2ad820b8d05a87bb0fe7ea75c141043e56722ab3 Mon Sep 17 00:00:00 2001 From: Ezra Sharp Date: Sun, 28 Apr 2024 01:34:18 +1200 Subject: [PATCH] [Laravel 10] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83beb74..2c1680b 100644 --- a/README.md +++ b/README.md @@ -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]);