From ece36728c672cd4ed50a460e05a66cf112342329 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Mon, 6 Feb 2023 12:54:21 +0000 Subject: [PATCH] Readme tweak --- CHANGELOG.md | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7043ba3..358a09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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"; diff --git a/readme.md b/readme.md index 4589a0c..f03c039 100644 --- a/readme.md +++ b/readme.md @@ -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";