Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender committed Dec 7, 2023
1 parent 681aac2 commit 86486bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Instantly add [TipTap Editor](https://tiptap.dev/editor) with basic functionalit
```js
export default defineNuxtConfig({
modules: ["nuxt-tiptap-editor"],
tiptap: {
prefix: "Tiptap", //prefix for Tiptap imports, composables not included
},
});
```

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

0 comments on commit 86486bc

Please sign in to comment.