Skip to content

Commit be66ccb

Browse files
authored
Merge pull request #137 from inokawa/patch-1
docs: Fix typo
2 parents 71b3c29 + 61d0392 commit be66ccb

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
@@ -95,7 +95,7 @@ const exampleCode = `
9595
return () => <App />;
9696
`;
9797

98-
render((
98+
render(
9999
<Highlight {...defaultProps} code={exampleCode} language="jsx">
100100
{({ className, style, tokens, getLineProps, getTokenProps }) => (
101101
<pre className={className} style={style}>

0 commit comments

Comments
 (0)