Skip to content

Commit 765f1f2

Browse files
authored
Update README.md
1 parent 798d8d0 commit 765f1f2

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
@@ -22,14 +22,14 @@ composer require soap/laravel-workflow-storage
2222
You can publish and run the migrations with:
2323

2424
```bash
25-
php artisan vendor:publish --tag="laravel-workflow-storage-migrations"
25+
php artisan vendor:publish --tag="workflow-storage-migrations"
2626
php artisan migrate
2727
```
2828

2929
You can publish the config file with:
3030

3131
```bash
32-
php artisan vendor:publish --tag="laravel-workflow-storage-config"
32+
php artisan vendor:publish --tag="workflow-storage-config"
3333
```
3434

3535
This is the contents of the published config file:

0 commit comments

Comments
 (0)