diff --git a/README.md b/README.md index d3c7d0f..9481dbc 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ shortened and pretty-printed example output looks like this: [ { "date": "2023-01-18", - "title": "DSA-5322" + "dsa": "DSA-5322" }, { "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": {}, "version": { "date": "2023-01-18", - "title": "DSA-5322" + "dsa": "DSA-5322" } } ```