Skip to content

Commit

Permalink
Readme tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Feb 6, 2023
1 parent 5fde249 commit ece3672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

### Using a custom fetcher

You can pass custom fetchers to `zod-fetch`:
You can pass custom fetchers to `createZodFetcher`:

```ts
import { z } from "zod";
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you don't pass a fetcher to `createZodFetcher`, it uses a sensible default fe

### Using a custom fetcher

You can pass custom fetchers to `zod-fetch`:
You can pass custom fetchers to `createZodFetcher`:

```ts
import { z } from "zod";
Expand Down

0 comments on commit ece3672

Please sign in to comment.