diff --git a/exercises/fetch_json/problem.fr.md b/exercises/fetch_json/problem.fr.md index ff7de6d..9db0861 100644 --- a/exercises/fetch_json/problem.fr.md +++ b/exercises/fetch_json/problem.fr.md @@ -22,7 +22,7 @@ $ npm install q-io --save ## Tâche -Récupérez du JSON depuis `http://localhost:1337/` et passez-le à `console.log`. +Récupérez du JSON depuis localhost:1337 (`http://localhost:1337/`) et passez-le à `console.log`. Il y a deux petites choses que vous devez savoir : @@ -33,4 +33,4 @@ Il y a deux petites choses que vous devez savoir : Ce défi peut sembler avancé, mais l’implémentation est plutôt simple. Si vous êtes bloqué-e, jetez un œil à la documentation de `q-io` pour plus d’informations : - https://github.com/kriskowal/q-io + github.com/kriskowal/q-io https://github.com/kriskowal/q-io diff --git a/exercises/fetch_json/problem.ja.md b/exercises/fetch_json/problem.ja.md index 10727a8..dae1bc2 100644 --- a/exercises/fetch_json/problem.ja.md +++ b/exercises/fetch_json/problem.ja.md @@ -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` メソッドがあります。 @@ -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 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) diff --git a/package.json b/package.json index ad466d1..1f68502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promise-it-wont-hurt", - "version": "1.1.3", + "version": "1.1.4", "description": "This is a Workshop module for learning about promises in node.js", "scripts": { "start": "node ./promise-it-wont-hurt.js",