Skip to content

Commit 7370f4a

Browse files
authored
Fix typo (#117)
In the readme, `prism-react-renderer` was being called `react-prism-renderer`
1 parent 844cec3 commit 7370f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ via the prop-getters which are described in "[Children Function](#children-funct
239239

240240
A default theme is provided by the `defaultProps` object.
241241

242-
Read more about how to theme `react-prism-renderer` in
242+
Read more about how to theme `prism-react-renderer` in
243243
the section "[Theming](#theming)".
244244

245245
### Prism
@@ -349,7 +349,7 @@ The `defaultProps` you'd typically apply in a basic use-case, contain a default
349349
This theme is [duotoneDark](./src/themes/duotoneDark.js).
350350
351351
While all `className`s are provided with `<Highlight />`, so that you could use your good
352-
old Prism CSS-file themes, you can also choose to use `react-prism-renderer`'s themes like so:
352+
old Prism CSS-file themes, you can also choose to use `prism-react-renderer`'s themes like so:
353353
354354
```jsx
355355
import dracula from 'prism-react-renderer/themes/dracula';

0 commit comments

Comments
 (0)