docs: update the next.js guide, fix #2115

This commit is contained in:
Hans Pagel
2021-11-02 17:07:42 +01:00
parent 1fd3733e78
commit 345abcc00c

View File

@@ -25,7 +25,7 @@ cd Tiptap-example
``` ```
## 2. Install the dependencies ## 2. Install the dependencies
Now that we have a standard boilerplate set up we can get started on getting Tiptap up and running! For this we will need to install two packages: `@tiptap/react` and `@tipta/starter-kit` which includes all the extensions you need to get started quickly. Now that we have a standard boilerplate set up we can get started on getting Tiptap up and running! For this we will need to install two packages: `@tiptap/react` and `@tiptap/starter-kit` which includes all the extensions you need to get started quickly.
```bash ```bash
# install with npm # install with npm