From c5e04e89ed95c4d2ff2f4dc9960b5266e42e3b8e Mon Sep 17 00:00:00 2001 From: Neil Carlo Sucuangco Date: Thu, 28 Jul 2022 03:34:26 +0800 Subject: [PATCH] Update tag in publishing config file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d6646f..04f3662 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ php artisan migrate You can publish the config file with: ```bash -php artisan vendor:publish --tag="laravel-comments-config" +php artisan vendor:publish --tag="comments-config" ``` This is the contents of the published config file: