Skip to content

Commit

Permalink
fix: update broken documentation example
Browse files Browse the repository at this point in the history
update documentation example to correctly use changes from PR sveltejs#641
  • Loading branch information
IanGallacher committed Jul 28, 2024
1 parent 45b4604 commit 13e4eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -140,4 +140,4 @@ export default {
],
},
};
```
```

0 comments on commit 13e4eff

Please sign in to comment.