From aa174d1315c8382223eb7efd03663b1d02695c8c Mon Sep 17 00:00:00 2001 From: Hamed Panjeh Date: Sat, 13 Jan 2024 09:29:53 -0300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 481aacd..d344f8c 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Note: `wallet_1` and `wallet_2` must already be defined in the `WalletEnums`. #### Transaction Notes ([#8][i8]) -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. +When you need to add descriptions for a specific transaction, the `$notes` parameter enables you to provide details explaining the reason behind the transaction. ```php $user = auth()->user();