From 05e2f8fb957c2d795683cc1b9f929854e46348bb Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 21 Sep 2024 10:34:16 +0200 Subject: [PATCH] Improve documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f25d0503..0f4772d94 100644 --- a/README.md +++ b/README.md @@ -238,13 +238,13 @@ Grant access of type _Public_ in the _Access_ tab of _My Ghostfolio_. { "performance": { "1d": { - "relativeChange": 0 // normalized (-1 to 1) + "relativeChange": 0 // normalized from -1 to 1 }; "ytd": { - "relativeChange": 0 // normalized (-1 to 1) + "relativeChange": 0 // normalized from -1 to 1 }, "max": { - "relativeChange": 0 // normalized (-1 to 1) + "relativeChange": 0 // normalized from -1 to 1 } } }