Skip to content

Commit 0f4cc3d

Browse files
committed
docs: Fix comment alignment in readme
1 parent c2b15fd commit 0f4cc3d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ It provides a way to render or hydrate a Preact tree using a subset of the child
66

77
```html
88
<body>
9-
<div id="root">
10-
⬅ we pass this to render() as the parent DOM element...
9+
<div id="root"> ⬅ we pass this to render() as the parent DOM element...
1110

1211
<script src="/etc.js"></script>
1312

14-
<div class="app">
15-
⬅ ... but we want to use this tree, not the script
13+
<div class="app"> ⬅ ... but we want to use this tree, not the script
1614
<!-- ... -->
1715
</div>
1816
</div>

0 commit comments

Comments
 (0)