Skip to content

Commit

Permalink
docs: update quill version
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Apr 17, 2024
1 parent 09ceb85 commit b3d5190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ PayPal: [PayPal.Me/bengtler](http://paypal.me/bengtler)
## Installation

- `npm install ngx-quill`
- install `@angular/core`, `@angular/common`, `@angular/forms`, `@angular/platform-browser`, `quill` exact version `2.0.0-rc.0` and `rxjs` - peer dependencies of ngx-quill
- install `@angular/core`, `@angular/common`, `@angular/forms`, `@angular/platform-browser`, `quill` version `^2.0.0` and `rxjs` - peer dependencies of ngx-quill
- include theme styling: **bubble.css or snow.css of quilljs** in your index.html (you can find them in `node_modules/quill/dist`), or add them in your css/scss files with `@import` statements, or add them external stylings in your build process.
- Example at the beginning of your style.(s)css:

Expand Down

0 comments on commit b3d5190

Please sign in to comment.