diff --git a/README.md b/README.md index c930534..2b5f023 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Track your securities in YNAB for account types and update your balance automatically. For each configured account, it will update the balance from your broker in YNAB every 6 hours by creating / editing a transaction named "Capital Gains or Losses". On days that exchanges are closed, it will not do anything. The end result is that there will be transaction each day with payee "Capital Gains or Losses" in YNAB for each account you configure, which allows tracking your account balance over time. +It syncs your balance like magic! + +![alt text][logo] + +[logo]: https://deadbeef.codes/steven/ynab-portfolio-monitor/raw/branch/main/example-image.png "It syncs your balance like magic!" + ### Example docker-compose.yml The values below are examples only. You can configure as many account pairings as you want using environment variables in a continuous series starting from 0 as shown below. Two example accounts are configured ending in _0 and _1 but a third can be added by adding account numbers/ID with _2. @@ -27,4 +33,5 @@ services: volumes: - /data/ynab-portfolio-monitor-data:/data -``` \ No newline at end of file +``` + diff --git a/example-image.png b/example-image.png new file mode 100644 index 0000000..d09cd7d Binary files /dev/null and b/example-image.png differ