diff --git a/README.md b/README.md index 79cf0f9..59f664b 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ export default function SiteFooter(props) { **Just Using `Block` CSS** The key to the `Block` component is in the CSS — not the JavaScript. All that -needs to be done is to include the `Block` CSS class in any† component. +needs to be done is to include the `Block` CSS class in any component. ```jsx import React from 'react' @@ -163,7 +163,7 @@ export default function SiteFooter(props) { } ``` -† Excluding [replaced elements]. + Excluding [replaced elements]. ## Use ES Modules