Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes authored Apr 24, 2024
1 parent 888510d commit 1c0bd94
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 @@ -25,7 +25,7 @@ Assuming you already have `Remarkable` installed, one way to use would be like s

**CommonJS**
```javascript
const {Remarkable, utils } = require('remarkable');
const { Remarkable, utils } = require('remarkable');
const plugin = require('remarkable-katex');
const md = new Remarkable();
md.use(plugin, {delimiter: ''});
Expand Down

0 comments on commit 1c0bd94

Please sign in to comment.