Skip to content

Commit

Permalink
📝 Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 9, 2017
1 parent 7881e2c commit 85852a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -258,7 +258,7 @@ Create a new Wretcher object with an url and [vanilla fetch options](https://dev
Appends or replaces the url.

```js
wretch({ credentials: "same-origin" }).url("...").get().json(/* ... */)
wretch().url("...").get().json(/* ... */)

// Can be used to set a base url

Expand Down

0 comments on commit 85852a6

Please sign in to comment.