From 8e84edab6379707c1b61b71415e3c00b1973cc9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Urbanek?= Date: Tue, 25 Sep 2018 16:39:54 +0200 Subject: [PATCH] added localhost in france language It not showed up as shown in https://github.com/stevekane/promise-it-wont-hurt/issues/146 --- exercises/fetch_json/problem.fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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