Skip to content

Commit

Permalink
Merge pull request #219 from ryuji-1to/master
Browse files Browse the repository at this point in the history
✏️ fix typo
  • Loading branch information
carloskelly13 committed Jul 9, 2023
2 parents 5a1c935 + 2d12955 commit 30a01dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 30a01dc

Please sign in to comment.