From 57a65be884b59a8ab3ae5eca25e0a445c482afb9 Mon Sep 17 00:00:00 2001 From: Emanuele Ramella-Paia Date: Sun, 8 Sep 2019 08:50:04 -0700 Subject: [PATCH] Fixed space on README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index be7cc0d..7be4f7b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ public class Transaction public class LedgerBalance { public decimal Amount { get; set; } - public DateTime AsOf { get; set; } } ``` @@ -54,4 +53,4 @@ In case the financial institution is not including the timezone with the transac Please let me know if any issues and if you like give a star. -Thanks to @DashNY for adding Ledger Balance and testing! \ No newline at end of file +Thanks to @DashNY for adding Ledger Balance and testing!