update docs

This commit is contained in:
Philipp Kühn
2021-02-28 23:39:29 +01:00
parent 00e673f700
commit 64b8f5c514
67 changed files with 83 additions and 108 deletions

View File

@@ -31,10 +31,10 @@ Currently, were supporting custom Vue.js components only. To get the required
```bash
# with npm
npm install @tiptap/vue
npm install @tiptap/vue-2
# with Yarn
yarn add @tiptap/vue
yarn add @tiptap/vue-2
```
And yes, we plan to support React, too. Meanwhile, you can roll your own `ReactRenderer`, but dont forget to share it with the community.