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.