From 3f9a09465d43f1b5503795fb1359363a04e89d1d Mon Sep 17 00:00:00 2001 From: scoobybejesus Date: Sun, 5 Apr 2020 13:16:47 -0400 Subject: [PATCH] Updated README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 149f282..b2e39af 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ###### (The package produces a binary and accompanying library) -This software calculates income, expenses, realized gains, and realized losses (and holding period) -from cryptocurrency activity and denominates the results in the user's home currency. +This is a command-line tool that calculates income, expenses, realized gains, and realized losses +(and holding period) from cryptocurrency activity and denominates the results in the user's home currency. The default home currency is USD, but any currency can be substituted. This tool is probably most useful for filling out a tax return or making tax planning decisions. @@ -21,7 +21,7 @@ containing the user's entire cryptocurrency transaction history, the software wi * record income for incoming transactions and expenses for outgoing transactions * print/export the results as CSV and TXT files -*The tracking isn't pooled by `ticker`. Rather, it's tracked at the wallet level. +*The tracking isn't pooled by `ticker`. Rather, it's tracked at the account/wallet level. ---