Skip to content

Commit

Permalink
added localhost in france 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 9d2a196 commit a778791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/fetch_json/problem.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

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

0 comments on commit a778791

Please sign in to comment.