Skip to content

Commit

Permalink
docs: fix import css
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming committed Dec 27, 2024
1 parent 1d15c89 commit 83df9a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ npm install quill-header-list

```js
import HeaderList from 'quill-header-list';
import 'quill-header-list/dist/index.css';

Quill.register({ 'modules/header-list': HeaderList }, true);
new Quill('#editor', {
Expand Down

0 comments on commit 83df9a7

Please sign in to comment.