Skip to content

Commit ec19c27

Browse files
authored
chore: Update plugin readme
1 parent 2092c27 commit ec19c27

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/plugins/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ If your project needs some processing that docu-notion doesn't already provide,
55
1. Add a `docu-notion.config.ts` to the root level of your project directory.
66
1. Add something like this:
77

8-
```
8+
```ts
99
import { IDocuNotionConfig } from "docu-notion";
1010

11-
const config: IDocuNotionConfig = {
12-
plugins: [bloomBookEmbedding],
13-
};
1411
const dummyMarkdownModifier: IPlugin = {
1512
name: "dummyMarkdownModifier",
1613

@@ -21,6 +18,7 @@ const dummyMarkdownModifier: IPlugin = {
2118
},
2219
],
2320
};
21+
2422
const config: IDocuNotionConfig = {
2523
plugins: [dummyMarkdownModifier],
2624
};

0 commit comments

Comments
 (0)