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