From f3b91bc27ba1acdb43f4a1b9d17d1960d7952543 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 8 Apr 2021 22:44:55 +0200 Subject: [PATCH] docs: update content --- docs/src/docPages/installation/alpine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/installation/alpine.md b/docs/src/docPages/installation/alpine.md index f40e4a2e..7913a142 100644 --- a/docs/src/docPages/installation/alpine.md +++ b/docs/src/docPages/installation/alpine.md @@ -39,7 +39,7 @@ yarn add alpinejs @tiptap/core @tiptap/starter-kit If you followed step 1, you can now start your project with `npm run dev` or `yarn dev`, and open [http://localhost:3000](http://localhost:3000) in your favorite browser. This might be different, if you’re working with an existing project. -## 3. Add a JavaScript file +## 3. Initialize the editor To actually start using tiptap, you’ll need to write a little bit of JavaScript. Let’s put the following example code in a file called `main.js`. This is the fastest way to get tiptap up and running with Alpine.js. It will give you a very basic version of tiptap. No worries, you will be able to add more functionality soon.