Skip to content

Commit db2a16f

Browse files
3m1n3nc3HPWebdeveloper
authored andcommitted
Remove README changes
1 parent 3fd701a commit db2a16f

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
@@ -55,7 +55,7 @@ php artisan vendor:publish --tag="config"
5555

5656
This command will automatically publish the `pay-pocket.php` config file and also `WalletEnums.php` file into your application's `config` and `app/Enums` directories respectively.
5757

58-
## Updating to ^2.0.0
58+
## Updating
5959

6060
If updating to version `^2.0.0`, new migration and config files have been added to support the new [Transaction Notes Feature](#transaction-notes-8)
6161

@@ -137,7 +137,7 @@ LaravelPayPocket::deposit($user, 'wallet_1', 123.45);
137137

138138
Note: `wallet_1` and `wallet_2` must already be defined in the `WalletEnums`.
139139

140-
#### Transaction Notes ([#8][i8])
140+
#### Transaction Info ([#8][i8])
141141

142142
When you need to add descriptions for a specific transaction, the `$notes` parameter enables you to provide details explaining the reason behind the transaction.
143143

0 commit comments

Comments
 (0)