We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579ffe3 commit be1b222Copy full SHA for be1b222
README.md
@@ -24,7 +24,7 @@ This is a plug and play library for [`Sveltekit`](https://kit.svelte.dev/) proje
24
25
```bash
26
import { PUBLIC_NOTION_DATABASE_ID, PUBLIC_NOTION_TOKEN } from "$env/static/public";
27
- import { initNotion } from "sveltekit-notion-blog";
+ import { initNotionBlog } from "sveltekit-notion-blog";
28
29
export const prerender = true;
30
0 commit comments