From 75bd20c775304c061af45c91492c66e47ce7ad69 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Thu, 24 Oct 2024 18:10:27 +0200 Subject: [PATCH] Fix field name in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } } ```