-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Why the name ? because I didn't want to reserve the cookiejar name, since this | |
library may not be good at it. (But I hope you like it) | ||
|
||
Did you like this ? Take a look at our other library, you may like that as well: | ||
https://github.com/jd1378/deno-fetch-goody | ||
<https://github.com/jd1378/deno-fetch-goody> | ||
|
||
## usage | ||
|
||
|
@@ -18,7 +18,7 @@ import { | |
Cookie, | ||
CookieJar, | ||
wrapFetch, | ||
} from "https://deno.land/x/[email protected].2/mod.ts"; | ||
} from "https://deno.land/x/[email protected].3/mod.ts"; | ||
``` | ||
|
||
### wrapFetch | ||
|