docs: use regular case for Tiptap

This commit is contained in:
Hans Pagel
2021-10-19 22:30:45 +02:00
parent 3fe97621e7
commit f45c8d0ca7
77 changed files with 203 additions and 203 deletions

View File

@@ -5,7 +5,7 @@ tableOfContents: true
# Installation
## Introduction
tiptap is framework-agnostic and even works with Vanilla JavaScript (if thats your thing). The following integration guides help you integrating tiptap in your JavaScript project.
tiptap is framework-agnostic and even works with Vanilla JavaScript (if thats your thing). The following integration guides help you integrating Tiptap in your JavaScript project.
## Integration guides
* [CDN](/installation/cdn)
@@ -61,4 +61,4 @@ new Editor({
})
```
Open your project in the browser to see tiptap in action. Good work! Time to give yourself a pat on the back.
Open your project in the browser to see Tiptap in action. Good work! Time to give yourself a pat on the back.