From 359b1f64342a9f6a211458eb86b8a072cbc080ee Mon Sep 17 00:00:00 2001 From: Ian Gallacher Date: Sun, 28 Jul 2024 11:45:39 -0700 Subject: [PATCH] docs: update broken documentation example (#650) update documentation example to correctly use changes from PR #641 --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 422fe10..1b3fcd4 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -30,7 +30,7 @@ import { sveltePreprocess } from 'svelte-preprocess'; * @type {import('@sveltejs/kit').Config} */ const config = { - preprocess: preprocess({ + preprocess: sveltePreprocess({ // ...svelte-preprocess options }), // ...other svelte options @@ -140,4 +140,4 @@ export default { ], }, }; -``` +``` \ No newline at end of file