From 4dbbb9b0bc95c0af28082086858d5348c644cb2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20G=C3=B6dde?= <129423545+jgoedde@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:11:19 +0200 Subject: [PATCH] fix typo in fetcher section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff8dfa9..f72351b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ 3. **Configure the Fetcher** (optional) - After the first step you should see a file called `{namespace}Fetcher.ts` in your ouput directory. This file + After the first step you should see a file called `{namespace}Fetcher.ts` in your ouput directory. By default it uses the built-in Fetch API, you are free to change this to your fetching library of choice (Axios, Got etc.)