From f6fdfa32bcbffd49d1efaff81e48704fe2943e91 Mon Sep 17 00:00:00 2001 From: Andrey Otto Date: Sun, 31 Jul 2022 11:23:12 +0700 Subject: [PATCH] Fix indexes in README.md example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfc0a7e..bf2a218 100644 --- a/README.md +++ b/README.md @@ -329,9 +329,9 @@ voucherrows[1].debit=1000.00 voucherrows[1].credit=0.00 voucherrows[1].description='Debited from Bank Account' voucherrows[2].account=1130 -voucherrows[1].debit=0.00 -voucherrows[1].credit=1000.00 -voucherrows[1].description='Credited to Cash Account' +voucherrows[2].debit=0.00 +voucherrows[2].credit=1000.00 +voucherrows[2].description='Credited to Cash Account' ``` This is not supported at least for now. So, we can achieve the result in a different way.