Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Feb 1, 2021
1 parent 9d243b4 commit 30949fb
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
@@ -9,7 +9,7 @@ Why the name ? because I didn't want to reserve the cookiejar name, since this l
you can import `Cookie`, `CookieJar`, `wrapFetch` from `mod.ts` file.

```js
export { Cookie, CookieJar, wrapFetch} from 'https://deno.land/x/another_cookiejar@v1.0.0/mod.ts';
export { Cookie, CookieJar, wrapFetch} from 'https://deno.land/x/another_cookiejar@v1.1.0/mod.ts';
```

### wrapFetch

0 comments on commit 30949fb

Please sign in to comment.