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 21, 2017
1 parent 9d27f62 commit b8dab6c
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 @@ -291,7 +291,7 @@ const blogs = wretch().baseUrl("http://mywebsite.org/api/blogs")
const id = await blogs("").json({ name: "my blog" }).post().json(_ => _.id)
const blog = await blogs(`/${id}`).get().json()
console.log(blog.name)
await blogs(`/${id}`).delete()
await blogs(`/${id}`).delete().res()
// ... //
```
Expand Down

0 comments on commit b8dab6c

Please sign in to comment.