Skip to content

Commit b5a7974

Browse files
Update readme
1 parent b52fe3f commit b5a7974

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,16 @@ You have successfully added two dedicated database tables, `wallets` and `wallet
5050

5151
```bash
5252
php artisan vendor:publish --tag="pay-pocket-wallets"
53+
php artisan vendor:publish --tag="config"
5354
```
5455

5556
This command will automatically publish the `WalletEnums.php` file into your application's `app/Enums` directory.
5657

5758
## Updating
5859

59-
If updating from version `<= 1.0.3`, new migrations have been added to support the new [Transaction Info Feature](#transaction-info)
60+
If updating from version `<= 1.0.3`, new migration and config files have been added to support the new [Transaction Info Feature](#transaction-info)
6061

61-
Follow the [Installation](#installation) Step 2 to update your migrations.
62+
Follow the [Installation](#installation) Steps 2 and 3 to update your migrations.
6263

6364
## Preparation
6465

0 commit comments

Comments
 (0)