Skip to content

Commit aa7d303

Browse files
Merge pull request #15 from 3m1n3nc3/main
Update README.md
2 parents 095d354 + e73d77f commit aa7d303

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ php artisan vendor:publish --tag="pay-pocket-wallets"
5353
php artisan vendor:publish --tag="config"
5454
```
5555

56-
This command will automatically publish the `pay-pocket.php` config file and also `WalletEnums.php` file into your application's `app/Enums` directory.
56+
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

5858
## Updating
5959

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)
60+
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

6262
Follow the [Installation](#installation) Steps 2 and 3 to update your migrations.
6363

@@ -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 Info ([#8][i8])
140+
#### Transaction Notes ([#8][i8])
141141

142142
In a case where you want to enter descriptions for a particular transaction, the `$notes` param allows you to provide information about why a transaction happened.
143143

@@ -236,4 +236,4 @@ Please review [our security policy](../../security/policy) on how to report secu
236236

237237
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
238238

239-
[i8]: Tag link (will be updated soon)
239+
[i8]: https://github.com/HPWebdeveloper/laravel-pay-pocket/releases/tag/2.0.0

0 commit comments

Comments
 (0)