Skip to content

Commit

Permalink
Merge pull request markedjs#289 from MoOx/patch-1
Browse files Browse the repository at this point in the history
fix pygmentize typo
  • Loading branch information
ChrisWren committed Dec 4, 2013
2 parents 7862aa0 + 22313ad commit 3056561
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 @@ -86,7 +86,7 @@ Type: `Function`

A function to highlight code blocks. The function takes three arguments: code,
lang, and callback. The above example uses async highlighting with
[node-pygementize-bundled][pygmentize], and here is a synchronous example using
[node-pygmentize-bundled][pygmentize], and here is a synchronous example using
[highlight.js][highlight] which doesn't require the callback argument:

```js
Expand Down

0 comments on commit 3056561

Please sign in to comment.