Skip to content

Commit

Permalink
Merge pull request #137 from inokawa/patch-1
Browse files Browse the repository at this point in the history
docs: Fix typo
  • Loading branch information
gksander committed Jun 30, 2022
2 parents 71b3c29 + 61d0392 commit be66ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -95,7 +95,7 @@ const exampleCode = `
return () => <App />;
`;

render((
render(
<Highlight {...defaultProps} code={exampleCode} language="jsx">
{({ className, style, tokens, getLineProps, getTokenProps }) => (
<pre className={className} style={style}>
Expand Down

0 comments on commit be66ccb

Please sign in to comment.