Skip to content

Commit

Permalink
added localhost in japan language
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 8e84eda commit 8abcfad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/fetch_json/problem.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install q-io --save

## 課題

*http://localhost:1337* から JSON をフェッチして、`console.log` に出力します。
localhost:1337 (*http://localhost:1337*) から JSON をフェッチして、`console.log` に出力します。
いくつか知っておくべき事がります:

1.`q-io``http` モジュールには成功した (ステータス200) HTTP リクエストの内容の Promise を返す `read` メソッドがあります。
Expand All @@ -30,5 +30,5 @@ $ npm install q-io --save
動かない場合は、`q-io` のドキュメントを参照してください:


https://github.com/kriskowal/q-io
github.com/kriskowal/q-io https://github.com/kriskowal/q-io

0 comments on commit 8abcfad

Please sign in to comment.