From d13ea90f754258f20ac9e064ea3856eebdf28124 Mon Sep 17 00:00:00 2001 From: Trevor Blades Date: Fri, 4 Jun 2021 22:25:39 -0700 Subject: [PATCH] Fix typo In the readme, `prism-react-renderer` was being called `react-prism-renderer` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a085d5..e457dfa 100755 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``, 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';