From 7850c34db6f78e7b1bc7c59b3c708dacf55d77f4 Mon Sep 17 00:00:00 2001 From: nbogie Date: Sun, 9 Jun 2019 02:18:59 +0100 Subject: [PATCH] correct broken url for weather data --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3db405a..94d90c7 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,7 @@ Now you've got your JSON sorted, it's time to fetch some real weather data! ### Getting the weather data -We'll be using data from this API: http://api.openweathermap.org/data/2.5/forecast - -?q=${this.state.searchInput}&cnt=8&units=metric&appid=${apiKey} +We'll be using data from this API: http://api.openweathermap.org/data/2.5/forecast?q=${this.state.searchInput}&cnt=8&units=metric&appid=${apiKey} The data will come in JSON format, and will look like this: https://samples.openweathermap.org/data/2.5/forecast?q=M%C3%BCnchen,DE&appid=b6907d289e10d714a6e88b30761fae22