Skip to content

Commit

Permalink
Fix typo (#117)
Browse files Browse the repository at this point in the history
In the readme, `prism-react-renderer` was being called `react-prism-renderer`
  • Loading branch information
trevorblades committed Jun 5, 2021
1 parent 844cec3 commit 7370f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ via the prop-getters which are described in "[Children Function](#children-funct

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

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

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

0 comments on commit 7370f4a

Please sign in to comment.