From a4c85a76d53456b22967221bcbaa2ea1124eb49c Mon Sep 17 00:00:00 2001 From: sventec Date: Tue, 6 Jan 2026 14:51:53 +0000 Subject: [PATCH] docs: update INVESTMENT_PAYEE_NAME comment (#41) Co-authored-by: sventec <18218761+sventec@users.noreply.github.com> --- Dockerfile | 2 +- README.md | 4 ++-- example.env | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f3d1d1..c86f063 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ ENV ACTUAL_CACHE_DIR="./cache" # optional, name of the payee for added interest transactions ENV INTEREST_PAYEE_NAME="Loan Interest" -# optional, name of the payee for added interest transactions +# optional, name of the payee for added investment transactions ENV INVESTMENT_PAYEE_NAME="Investment" # optional, name of the category group for added investment tracking transactions ENV INVESTMENT_CATEGORY_GROUP_NAME="Income" diff --git a/README.md b/README.md index dbfa402..2dcb485 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ ACTUAL_CACHE_DIR="./cache" # optional, name of the payee for added interest transactions INTEREST_PAYEE_NAME="Loan Interest" -# optional, name of the payee for added interest transactions +# optional, name of the payee for added investment transactions INVESTMENT_PAYEE_NAME="Investment" # optional, name of the category group for added investment tracking transactions INVESTMENT_CATEGORY_GROUP_NAME="Income" @@ -446,4 +446,4 @@ node sync-crypto.js It is recommended to run this script once per day or week. If you are retrieving BTC prices using this script, DO NOT run the `sync-bitcoin.js` script as well, as it will -set the account balance to the value of your BTC holdings only. \ No newline at end of file +set the account balance to the value of your BTC holdings only. diff --git a/example.env b/example.env index 7175e22..64b8df0 100644 --- a/example.env +++ b/example.env @@ -13,7 +13,7 @@ ACTUAL_CACHE_DIR="./cache" # optional, name of the payee for added interest transactions INTEREST_PAYEE_NAME="Loan Interest" -# optional, name of the payee for added interest transactions +# optional, name of the payee for added investment transactions INVESTMENT_PAYEE_NAME="Investment" # optional, name of the category group for added investment tracking transactions INVESTMENT_CATEGORY_GROUP_NAME="Income"