Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rikuson authored and linsir committed Nov 1, 2021
1 parent c5a8bd0 commit 6c684bb
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 @@ -19,7 +19,7 @@ npm install markdown-it-task-checkbox --save

```js
var md = require('markdown-it')()
.use(require('markdown-it-checkbox'),{
.use(require('markdown-it-task-checkbox'),{
disabled: true,
divWrap: false,
divClass: 'checkbox',
Expand Down

0 comments on commit 6c684bb

Please sign in to comment.