Skip to content

Commit e0882e2

Browse files
authored
Update README.md
1 parent 9c175bc commit e0882e2

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,13 +22,13 @@ laravel-wallet - Easy work with virtual wallet.
2222
### Run Migrations
2323
Publish the migrations with this artisan command:
2424
```
25-
php artisan vendor:publish --provider="Depsimon\Wallet\WalletServiceProvider" --tag=migrations
25+
php artisan vendor:publish --tag=laravel-wallet-migrations
2626
```
2727

2828
### Configuration
2929
You can publish the config file with this artisan command:
3030
```
31-
php artisan vendor:publish --provider="Depsimon\Wallet\WalletServiceProvider" --tag=config
31+
php artisan vendor:publish --tag=laravel-wallet-config
3232
```
3333

3434
### Usage

0 commit comments

Comments
 (0)