From b4ac136befbeefb92cb6e3d8b8e0aa381e57e1e1 Mon Sep 17 00:00:00 2001 From: eprbell <77937475+eprbell@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:08:38 -0700 Subject: [PATCH] Minor updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca229f..2afc386 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Another unique advantage of RP2 is [transparent computation](https://github.com/ * verify step-by-step how RP2 reaches the final result; * track down every lot fraction and its accounting details, in case of an audit. -RP2 supports multiple [countries and accounting methods](https://github.com/eprbell/rp2/blob/main/docs/supported_countries.md): supported accounting methods vary country by country. +RP2 supports most [countries](https://github.com/eprbell/rp2/blob/main/docs/supported_countries.md) and various [accounting methods](https://github.com/eprbell/rp2/blob/main/docs/supported_countries.md): supported accounting methods vary country by country. RP2 reads a configuration file and an input spreadsheet containing crypto transactions. These [input files](https://github.com/eprbell/rp2/blob/main/docs/input_files.md) can be generated either manually or automatically using [DaLI](https://github.com/eprbell/dali-rp2), a RP2 data loader and input generator (which is also privacy-focused, free, non-commercial, open-source and community-driven). After parsing the input, RP2 uses high-precision math to calculate long/short term capital gains, cost bases, balances, average price, in/out lot relationships/fractions, and finally it generates [output files](https://github.com/eprbell/rp2/blob/main/docs/output_files.md).