Skip to content

Commit 25e644d

Browse files
Merge pull request #59 from TaitA2/patch-1
Update README.md response forecast day values to include quotes
2 parents b19aaed + de645d2 commit 25e644d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ curl http://localhost:3000/weather/Curitiba
4343
"description": "Partly cloudy",
4444
"forecast": [
4545
{
46-
"day": 1,
46+
"day": "1",
4747
"temperature": "27 °C",
4848
"wind": "12 km/h"
4949
},
5050
{
51-
"day": 2,
51+
"day": "2",
5252
"temperature": "22 °C",
5353
"wind": "8 km/h"
5454
}

0 commit comments

Comments
 (0)