Skip to content

Commit

Permalink
✏️ fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuji-1to committed Jul 1, 2023
1 parent 5a1c935 commit 2d12955
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 @@ -194,7 +194,7 @@ But if you choose to use your own Prism setup, simply pass Prism as a prop:
// Whichever way you're retrieving Prism here:
import Prism from 'prismjs/components/prism-core';

<Highlight prism={prism} {/* ... */} />
<Highlight prism={Prism} {/* ... */} />
```

## Children Function
Expand Down

0 comments on commit 2d12955

Please sign in to comment.