Skip to content

Commit 30a01dc

Browse files
Merge pull request #219 from ryuji-1to/master
✏️ fix typo
2 parents 5a1c935 + 2d12955 commit 30a01dc

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
@@ -194,7 +194,7 @@ But if you choose to use your own Prism setup, simply pass Prism as a prop:
194194
// Whichever way you're retrieving Prism here:
195195
import Prism from 'prismjs/components/prism-core';
196196

197-
<Highlight prism={prism} {/* ... */} />
197+
<Highlight prism={Prism} {/* ... */} />
198198
```
199199

200200
## Children Function

0 commit comments

Comments
 (0)