We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b28bc9 commit 49f8254Copy full SHA for 49f8254
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