From 389f70a99d1d1015270bc8316a776d48e95dfe0a Mon Sep 17 00:00:00 2001 From: Ryan McAllen Date: Wed, 19 Jul 2023 15:53:20 -0400 Subject: [PATCH] Spelling: Siaboy -> Sicaboy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6137e..7709d44 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ resources/views/vendor/laravel-mfa/ If you're on Laravel < 5.5, you'll need to register the service provider. Open up `config/app.php` and add the following to the `providers` array: ```php -Siaboy\LaravelMFA\LaravelMFAServiceProvider::class, +Sicaboy\LaravelMFA\LaravelMFAServiceProvider::class, ``` # Usage