Skip to content

Commit

Permalink
added localhost that are expected in solution.
Browse files Browse the repository at this point in the history
It not showed up as shown in stevekane#146
  • Loading branch information
senpl authored Sep 25, 2018
1 parent 9d2a196 commit 39d33a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/fetch_json/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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)

0 comments on commit 39d33a9

Please sign in to comment.