wording
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
tiptap has a very modular package structure and is independent of any framework. If you want to start as fast as possible, you need at least the two packages `@tiptap/core` and `@tiptap/starter-kit`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Using npm
|
# Using npm
|
||||||
npm install @tiptap/core
|
npm install @tiptap/core @tiptap/starter-kit
|
||||||
|
|
||||||
# Using Yarn
|
# Using Yarn
|
||||||
yarn add @tiptap/core
|
yarn add @tiptap/core @tiptap/starter-kit
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick Start
|
You can use it like this:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import { Editor } from '@tiptap/core'
|
import { Editor } from '@tiptap/core'
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Although tiptap tries to hide most of the complexity of ProseMirror, it’s is b
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Please see the [`CONTRIBUTING`](https://github.com/scrumpy/tiptap/blob/master/CONTRIBUTING.md) file for details.
|
Please see the [`CONTRIBUTING.md`](https://github.com/scrumpy/tiptap/blob/master/CONTRIBUTING.md) file for details.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn install
|
yarn install
|
||||||
|
|||||||
Reference in New Issue
Block a user