Skip to content

Commit

Permalink
docs: update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Jul 21, 2024
1 parent d4be5a0 commit 40c0dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Here are some examples of what you can do with Lexical:

> Requires Vue >= 3.2.0.
Install `lexical` and `lexical-vue`:
Install `lexical-vue`:

```bash
npm install lexical lexical-vue # or pnpm or yarn
npm install lexical-vue # or pnpm or yarn
```

Below is an example of a basic plain text editor using `lexical` and `lexical-vue`.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Install `lexical` and `lexical-vue`:

```bash
npm install lexical lexical-vue
npm install lexical-vue
```

Below is an example of a basic plain text editor using `lexical` and `lexical-vue`.
Expand Down

0 comments on commit 40c0dc0

Please sign in to comment.