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.
2 parents bb557d9 + be1b222 commit 7c30266Copy full SHA for 7c30266
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