From 21dff5c372948084d22582111cd6775f9b0cab9f Mon Sep 17 00:00:00 2001 From: Jean Zombie <22709399+Jean-Zombie@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:08:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 442a835..8198692 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Yep, it's ready to be used by You! ^.^ In Your code just call the **Browser** facade: ```php -use Browser; +use hisorange\BrowserDetect\Facade as Browser; // Determine the user's device type is simple as this: $isMobile = Browser::isMobile();