Skip to content

Commit 41019a3

Browse files
committed
docs: fix package tag
1 parent 2d9f93d commit 41019a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ composer require scalar/laravel
1818
You can publish the config file with:
1919

2020
```bash
21-
php artisan vendor:publish --tag="laravel-scalar-config"
21+
php artisan vendor:publish --tag="scalar-config"
2222
```
2323

2424
Optionally, you can publish the views using
2525

2626
```bash
27-
php artisan vendor:publish --tag="laravel-scalar-views"
27+
php artisan vendor:publish --tag="scalar-views"
2828
```
2929

3030
## Usage

0 commit comments

Comments
 (0)