From 9032a3870649cbd19fa4fb713772c60ad225750c Mon Sep 17 00:00:00 2001 From: Fran314 Date: Sun, 27 Oct 2024 18:18:46 +0100 Subject: [PATCH] updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffa941f..8925682 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ The script scrapes the weather forecast from the implemented sources (see the table below) and returns an object with the following fields - **today:** an object with elements from the hour after the current one to - 23, of type hourly (see below) -- **tomorrow:** an object with elements from hours 0 to 23, of type hourly + 23, of type `hourly` (see below) +- **tomorrow:** an object with elements from hours 0 to 23, of type `hourly` (see below) - **dayAfterTomorrow:** an object with elements from hours 0 to 23, of type - hourly (see below) -- **week:** an object with days 0 to 6, of type daily + `hourly` (see below) +- **week:** an object with days 0 to 6, of type `daily` - **format:** an object specifying the meaning of `hourly` and `daily` type for the objects above