We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b15fd commit 0f4cc3dCopy full SHA for 0f4cc3d
README.md
@@ -6,13 +6,11 @@ It provides a way to render or hydrate a Preact tree using a subset of the child
6
7
```html
8
<body>
9
- <div id="root">
10
- ⬅ we pass this to render() as the parent DOM element...
+ <div id="root"> ⬅ we pass this to render() as the parent DOM element...
11
12
<script src="/etc.js"></script>
13
14
- <div class="app">
15
- ⬅ ... but we want to use this tree, not the script
+ <div class="app"> ⬅ ... but we want to use this tree, not the script
16
<!-- ... -->
17
</div>
18
0 commit comments