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();