From 704dd6c3e221774634c7b6af886bdcb9fd5dab45 Mon Sep 17 00:00:00 2001 From: Eric Crowder Date: Sun, 9 Jun 2024 21:22:49 -0700 Subject: [PATCH] Edit summary --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af41bf6..f0f40ad 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ command line accounting tool for Linux and macOS ### Summary -- Spiritual port of [ledger](https://github.com/ledger/ledger) +- Port of [ledger](https://github.com/ledger/ledger) - Uses double-entry accounting paradigm - Supports all [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency formats - Uses `yaml` files as data store @@ -385,4 +385,4 @@ Often, banks will provide exports in one of two formats: 1) amounts are represen credits are identified by negative and positive (or vice-versa) amounts or 2) separate debit and credit columns. The CSV import tool can handle both scenarios. -CSV file(s) should have `date`, `description` and `name` columns as they are required fields. \ No newline at end of file +CSV file(s) should have `date`, `description` and `name` columns as they are required fields.