Skip to content

Commit a2da492

Browse files
authored
docs: fix Installation
1 parent 0e251d7 commit a2da492

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,14 +18,14 @@ composer require binarcode/laravel-segment
1818
You can publish and run the migrations with:
1919

2020
```bash
21-
php artisan vendor:publish --tag="laravel-segment-migrations"
21+
php artisan vendor:publish --tag="segment-migrations"
2222
php artisan migrate
2323
```
2424

2525
You can publish the config file with:
2626

2727
```bash
28-
php artisan vendor:publish --tag="laravel-segment-config"
28+
php artisan vendor:publish --tag="segment-config"
2929
```
3030

3131
This is the contents of the published config file:

0 commit comments

Comments
 (0)