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 } } }