From b5a79741545348d476f6113b6fb1c49e554a4ddf Mon Sep 17 00:00:00 2001 From: Hamed Panjeh Date: Thu, 11 Jan 2024 11:31:38 -0300 Subject: [PATCH] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a10153..335bc91 100644 --- a/README.md +++ b/README.md @@ -50,15 +50,16 @@ You have successfully added two dedicated database tables, `wallets` and `wallet ```bash php artisan vendor:publish --tag="pay-pocket-wallets" +php artisan vendor:publish --tag="config" ``` This command will automatically publish the `WalletEnums.php` file into your application's `app/Enums` directory. ## Updating -If updating from version `<= 1.0.3`, new migrations have been added to support the new [Transaction Info Feature](#transaction-info) +If updating from version `<= 1.0.3`, new migration and config files have been added to support the new [Transaction Info Feature](#transaction-info) -Follow the [Installation](#installation) Step 2 to update your migrations. +Follow the [Installation](#installation) Steps 2 and 3 to update your migrations. ## Preparation