Skip to content

Commit 495849f

Browse files
authored
Update README.md
1 parent 5ab4595 commit 495849f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Instantly add [TipTap Editor](https://tiptap.dev/editor) with basic functionalit
4848
});
4949
```
5050

51-
3. You can use the contents of this file as reference [TipTap.client.vue](/playground/components/TipTap.client.vue). Copy the code to your own `components/TipTap.client.vue`. Any path is fine as long as it's under `components` directory with .client.vue extension.
51+
3. You can use the contents of this file as reference [TipTap.client.vue](/playground/components/TipTap.client.vue). Copy the code to your own `components/TipTap.client.vue`. Any path is fine as long as it's under `components` directory with `.client.vue` extension.
5252

5353
```xhtml
5454
<template>
@@ -185,7 +185,7 @@ Instantly add [TipTap Editor](https://tiptap.dev/editor) with basic functionalit
185185
</script>
186186
```
187187

188-
4. Now edit the HTML, replace `button` with your UI provided component, or style it using tailwind, etc.
188+
4. Now edit the HTML, replace `button` with your UI provided component, or style it using tailwind or whichever CSS you are using, add icons or text, modify active state class, verify dark mode, etc.
189189

190190
That's it! You can now use Nuxt TipTap Editor in your Nuxt app ✨
191191

0 commit comments

Comments
 (0)