From 3cfe234ee0400c07b365726eaa96c2c37727fdbb Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 17 Nov 2020 14:04:15 +0100 Subject: [PATCH] docs: update content --- docs/src/docPages/guide/get-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/docPages/guide/get-started.md b/docs/src/docPages/guide/get-started.md index 348dade4..99e4603b 100644 --- a/docs/src/docPages/guide/get-started.md +++ b/docs/src/docPages/guide/get-started.md @@ -3,7 +3,9 @@ ## toc ## Introduction -tiptap is framework-agnostic and even works with plain JavaScript, if that’s your thing. To keep everthing as small and flexible as possible, it’s all very modular. Let’s take a few basic building blocks for a test drive. +tiptap 2 is framework-agnostic and even works with plain JavaScript, if that’s your thing. As the previous major version required Vue.js, we decided to focus on Vue.js in the first version of this guide. That said, it’s probably also helpful for developers who work with different technologies. + +Let’s take a few basic building blocks for a test drive. ## Requirements The following guide assumes you’re working with Vue.js. Hopefully, that helps to get you going with other frameworks (or without a framework at all), while we’re working on more guides. We also assume you’ve [set up Node.js](https://nodejs.org/en/download/) on your machine already.