Browse Source

Improve documentation

pull/3762/head
Thomas Kaul 11 months ago
parent
commit
05e2f8fb95
  1. 6
      README.md

6
README.md

@ -238,13 +238,13 @@ Grant access of type _Public_ in the _Access_ tab of _My Ghostfolio_.
{ {
"performance": { "performance": {
"1d": { "1d": {
"relativeChange": 0 // normalized (-1 to 1) "relativeChange": 0 // normalized from -1 to 1
}; };
"ytd": { "ytd": {
"relativeChange": 0 // normalized (-1 to 1) "relativeChange": 0 // normalized from -1 to 1
}, },
"max": { "max": {
"relativeChange": 0 // normalized (-1 to 1) "relativeChange": 0 // normalized from -1 to 1
} }
} }
} }

Loading…
Cancel
Save