Skip to content

Commit 77a95a7

Browse files
committed
small fix
1 parent a3e5915 commit 77a95a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ First create file `engine.js`
9898
const { Marp } = require('@marp-team/marp-core')
9999
const hljs = require('highlight.js')
100100
const iecst = require('highlightjs-structured-text')
101-
hljs.registerLanguage("ices", iecst)
101+
hljs.registerLanguage("iecst", iecst)
102102

103103
module.exports = (opts) => {
104104
const marp = new Marp(opts)

0 commit comments

Comments
 (0)