Fix field name in README

This commit is contained in:
Jan Dittberner 2024-10-24 18:10:27 +02:00
parent 1a93593ca0
commit 75bd20c775

View file

@ -65,11 +65,11 @@ shortened and pretty-printed example output looks like this:
[ [
{ {
"date": "2023-01-18", "date": "2023-01-18",
"title": "DSA-5322" "dsa": "DSA-5322"
}, },
{ {
"date": "2023-01-19", "date": "2023-01-19",
"title": "DSA-5323" "dsa": "DSA-5323"
} }
] ]
``` ```
@ -87,7 +87,7 @@ metadata. If the version exists. The following input example returns the output
"params": {}, "params": {},
"version": { "version": {
"date": "2023-01-18", "date": "2023-01-18",
"title": "DSA-5322" "dsa": "DSA-5322"
} }
} }
``` ```