Skip to content

Commit

Permalink
Merge pull request #981 from obiwan00/patch-1
Browse files Browse the repository at this point in the history
Fix example in README.md
  • Loading branch information
karellm committed Feb 26, 2024
2 parents 91aabec + 7c72fb7 commit 647559b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -341,9 +341,9 @@ Typescript is supported via Javascript and Jsx lexers. If you are using Javascri

```js
{
// HtmlLexer default config (htm, html)
// HTMLLexer default config (htm, html)
html: [{
lexer: 'HtmlLexer',
lexer: 'HTMLLexer',
attr: 'data-i18n' // Attribute for the keys
optionAttr: 'data-i18n-options' // Attribute for the options
}]
Expand Down

0 comments on commit 647559b

Please sign in to comment.