Skip to content

Commit cb9fcaf

Browse files
committed
Remove errant code block tag
1 parent c141cab commit cb9fcaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ module.exports = {
4141

4242
Now you can use the `prose` classes to add sensible typography styles to any vanilla HTML:
4343

44-
````html
4544
```html
4645
<article class="prose lg:prose-xl">
4746
<h1>Garlic bread with cheese: What the science tells us</h1>
@@ -56,7 +55,7 @@ Now you can use the `prose` classes to add sensible typography styles to any van
5655
</p>
5756
<!-- ... -->
5857
</article>
59-
````
58+
```
6059

6160
### Size modifiers
6261

0 commit comments

Comments
 (0)