Skip to content

Commit

Permalink
Make Dagger into Superscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurlburtusa committed Apr 2, 2018
1 parent 06cf305 commit 037b570
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 @@ -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<sup>†</sup> component.

```jsx
import React from 'react'
Expand All @@ -163,7 +163,7 @@ export default function SiteFooter(props) {
}
```

Excluding [replaced elements].
<sup>†</sup> Excluding [replaced elements].


## Use ES Modules
Expand Down

0 comments on commit 037b570

Please sign in to comment.