Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Oct 9, 2024
1 parent de1d99f commit 2ae36ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ This library offers a fetch wrapper that can:
you can import `wrapFetch` from `mod.ts` file.

```ts
import { wrapFetch } from "https://deno.land/x/fetch_goody@v7.0.4/mod.ts";
import { wrapFetch } from "https://deno.land/x/fetch_goody@v7.0.6/mod.ts";
// or
import { wrapFetch } from "jsr:@jd1378/fetch-goody@^7.0.4";
import { wrapFetch } from "jsr:@jd1378/fetch-goody@^7.0.6";
```

### wrapFetch
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jd1378/fetch-goody",
"version": "7.0.5",
"version": "7.0.6",
"exports": "./mod.ts",
"imports": { "@types/node": "npm:@types/node@^22.7.5" },
"publish": {
Expand Down

0 comments on commit 2ae36ea

Please # to comment.