Skip to content

Commit 86486bc

Browse files
committed
chore: update README
1 parent 681aac2 commit 86486bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Instantly add [TipTap Editor](https://tiptap.dev/editor) with basic functionalit
4545
```js
4646
export default defineNuxtConfig({
4747
modules: ["nuxt-tiptap-editor"],
48+
tiptap: {
49+
prefix: "Tiptap", //prefix for Tiptap imports, composables not included
50+
},
4851
});
4952
```
5053

@@ -180,7 +183,7 @@ Instantly add [TipTap Editor](https://tiptap.dev/editor) with basic functionalit
180183
<script setup>
181184
const editor = useEditor({
182185
content: "<p>I'm running Tiptap with Vue.js. 🎉</p>",
183-
extensions: [StarterKit],
186+
extensions: [TiptapStarterKit],
184187
});
185188
</script>
186189
```

0 commit comments

Comments
 (0)