Skip to content

Commit e998ea6

Browse files
authored
Merge pull request #12 from forecho/main
docs: fix Installation
2 parents 0285af1 + a2da492 commit e998ea6

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)