From 0038298c645f13d15220a95d832cf3d809ae4cc6 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Thu, 18 Apr 2024 12:48:34 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dc1c69..98001c5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ composer require directorytree/bartender Then, publish the migration: -> Creates the `provider_id` and `provider_name` column on the `users` table. +> It creates the `provider_id` and `provider_name` column on the `users` table. ```bash php artisan vendor:publish --provider="DirectoryTree\Bartender\BartenderServiceProvider"