Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Sep 22, 2017
1 parent 9251ba0 commit bce1092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ fetch("anything")

wretch("anything")
.get()
.notFound(error => { /* ... */})
.unauthorized(error => { /* ... */})
.notFound(error => { /* ... */ })
.unauthorized(error => { /* ... */ })
.error(418, error =>/* ... */ })
.res(response => /* ... */)
.catch(error => { /* uncaught errors */ })
Expand Down

0 comments on commit bce1092

Please sign in to comment.