From 5f2109e44f1f7673e11c6be7093dca6e6ed36e5b Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Fri, 17 May 2024 20:41:55 -0400 Subject: [PATCH] Adding updates to the main branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b12fce5..0f6cedb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To install this package you'll want to first have Laravel Breeze, Jetstream, Gen composer require devdojo/auth ``` -After the package has been installed you'll need to publish the authentication assets with the followign command: +After the package has been installed you'll need to publish the authentication assets with the following command: ``` php artisan vendor:publish --tag=auth:assets