Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit be1b222

Browse files
committedAug 3, 2023
Updated read me
1 parent 579ffe3 commit be1b222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is a plug and play library for [`Sveltekit`](https://kit.svelte.dev/) proje
2424

2525
```bash
2626
import { PUBLIC_NOTION_DATABASE_ID, PUBLIC_NOTION_TOKEN } from "$env/static/public";
27-
import { initNotion } from "sveltekit-notion-blog";
27+
import { initNotionBlog } from "sveltekit-notion-blog";
2828

2929
export const prerender = true;
3030

0 commit comments

Comments
 (0)
Please sign in to comment.