diff --git a/README.md b/README.md index 88f8e827b02..0db24b82d08 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ function HelloMessage({ name }) { } const root = createRoot(document.getElementById('container')); -root.render(); +root.render(); ``` This example will render "Hello Taylor" into a container on the page.