Skip to content

Commit fa8ae50

Browse files
Update README.md
1 parent 40439ac commit fa8ae50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const App = () => {
4040
}
4141

4242
const create = () => {
43-
render(App, document.documentElement)
43+
render(App, document.body)
4444
return document
4545
}
4646

@@ -60,4 +60,4 @@ To enable capture and bubble phase of an event, please refer to this [doc](https
6060

6161
## License
6262

63-
MIT
63+
MIT

0 commit comments

Comments
 (0)