From c033dbf97e50c853c606eddc90461cf8a9861b36 Mon Sep 17 00:00:00 2001 From: Damien A <124083497+MasqAs@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:35:50 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7f9b73..d6ec251 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ The statement is as follows: **Expected output:** ```json -Temperature: { - "average_temperature": [Calculated average value] +"Temperature": { + "average_temperature": ["Calculated average value"] } ``` @@ -34,7 +34,7 @@ Temperature: { ```json { - "sort_ton_parapluie": [List of time slots] + "sort_ton_parapluie": ["List of time slots"] } ```