From 938fbdf37a71c5aa49a1c603a071a4be5d2335b8 Mon Sep 17 00:00:00 2001 From: Dennis Geldmacher Date: Fri, 7 Jan 2022 08:37:51 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91dbe1f..408b554 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ npm install -g cake-to-cointracking-converter ## Usage -1. Get your [Cake transactions export](https://app.cakedefi.com/transactions)(CSV) for all coins and generate a CoinTracking import via CLI. +1. Get your [Cake transactions export](https://app.cakedefi.com/transactions) (CSV) for all coins and generate a CoinTracking import via CLI. 2. Example CLI command (More [options](#options) below): ```shell From 106edbc9aa02654b500eb932b82dba4761a9a751 Mon Sep 17 00:00:00 2001 From: Dennis Geldmacher Date: Tue, 11 Jan 2022 23:07:45 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 408b554..de34d5c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ DEX swaps are converted to CoinTracking trades with an additional swap fee. ## Installation 1) [Node.js](https://nodejs.org/) is required to run this script. Just download and install the current LTS version. -2) Install it with your via npm CLI (Bundled with Node.js): +2) Install it via npm CLI (Bundled with Node.js): ```shell npm install -g cake-to-cointracking-converter