From 39d33a9c319a1bfaf823cd1e445808c1e597f293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Urbanek?= Date: Tue, 25 Sep 2018 16:33:19 +0200 Subject: [PATCH] added localhost that are expected in solution. It not showed up as shown in https://github.com/stevekane/promise-it-wont-hurt/issues/146 --- exercises/fetch_json/problem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/fetch_json/problem.md b/exercises/fetch_json/problem.md index 522c6b4..aeebb48 100644 --- a/exercises/fetch_json/problem.md +++ b/exercises/fetch_json/problem.md @@ -21,7 +21,7 @@ $ npm install q-io --save ## Task -Fetch JSON from *http://localhost:1337* and `console.log` it. +Fetch JSON from localhost:1337 (*http://localhost:1337*) and `console.log` it. There are several things you will want to know: @@ -33,4 +33,4 @@ This challenge is a bit tricky but the implementation is relatively straightforward. If you get stuck, refer to the `q-io` documentation for clarification: - https://github.com/kriskowal/q-io + github.com/kriskowal/q-io (https://github.com/kriskowal/q-io)