Skip to content

Commit e918807

Browse files
committed
Update README
1 parent c96d352 commit e918807

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 cleaniquecoders/laravel-running-number
1818
You can publish and run the migrations with:
1919

2020
```bash
21-
php artisan vendor:publish --tag="laravel-running-number-migrations"
21+
php artisan vendor:publish --tag="running-number-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-running-number-config"
28+
php artisan vendor:publish --tag="running-number-config"
2929
```
3030

3131
Please make sure to configure the `config/running-number` types, in order to support your requirement.

0 commit comments

Comments
 (0)