Skip to content

Commit 2d12955

Browse files
committed
✏️ fix typo
1 parent 5a1c935 commit 2d12955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)