We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150ceae commit 6b1f8caCopy full SHA for 6b1f8ca
1 file changed
packages/react/README.md
@@ -25,7 +25,7 @@ function Counter() {
25
}
26
27
const root = createRoot(document.getElementById('root'));
28
-root.render(<App />);
+root.render(<Counter />);
29
```
30
31
## Documentation
0 commit comments