Skip to content

Commit

Permalink
Merge pull request #399 from ChafikHadjAbdouRazack/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hanhdt authored Dec 28, 2023
2 parents 5215944 + 4c99896 commit b0d0ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@ Simple and lightweight [Trix](https://www.npmjs.com/package/trix) rich-text edit
### NPM

```Shell
$npm install --save vue-trix
npm install --save vue-trix
```

### YARN

```Shell
$yarn add vue-trix
yarn add vue-trix
```

### Or directly from latest Github repo

```Shell
$npm install --save hanhdt/vue-trix
npm install --save hanhdt/vue-trix
```

## Mount
Expand Down

0 comments on commit b0d0ab6

Please sign in to comment.