Skip to content

Commit 359b1f6

Browse files
authored
docs: update broken documentation example (#650)
update documentation example to correctly use changes from PR #641
1 parent 45b4604 commit 359b1f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { sveltePreprocess } from 'svelte-preprocess';
3030
* @type {import('@sveltejs/kit').Config}
3131
*/
3232
const config = {
33-
preprocess: preprocess({
33+
preprocess: sveltePreprocess({
3434
// ...svelte-preprocess options
3535
}),
3636
// ...other svelte options
@@ -140,4 +140,4 @@ export default {
140140
],
141141
},
142142
};
143-
```
143+
```

0 commit comments

Comments
 (0)