From 272650ab799ff0f59ca00c18df01b2c7c8284e27 Mon Sep 17 00:00:00 2001 From: dkc Date: Tue, 11 Oct 2022 17:07:55 +0900 Subject: [PATCH] Fixed vendor:publish tag name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d71a97..5b99f26 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The `file_upload_size` is for validation rules, and it defines the maximum file Optionally, you can publish the views using ```bash -php artisan vendor:publish --tag="csv-views" +php artisan vendor:publish --tag="laravel-csv-views" ``` > Before Using this command, please take a look at this [section](#in-tall-stack-project) below.