Skip to content

Commit

Permalink
[Docs]Fix Fetch API link in README, from French to English (typicode#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelsochet authored and typicode committed Feb 5, 2018
1 parent fe32b53 commit a7f2516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Let's start with resources, JSONPlaceholder provides the usual suspects:

## How to

Here's some code using [Fetch API](https://developer.mozilla.org/fr/docs/Web/API/Fetch_API) showing what can be done with JSONPlaceholder.
Here's some code using [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) showing what can be done with JSONPlaceholder.

### Showing a resource

Expand Down

0 comments on commit a7f2516

Please sign in to comment.