Skip to content

Commit

Permalink
Bug fix for <App /> vs. <Counter />
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrenne committed Jul 21, 2022
1 parent 3ddbedd commit 36ed4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Counter() {
}

const root = createRoot(document.getElementById('root'));
root.render(<App />);
root.render(<Counter />);
```

## Documentation
Expand Down

0 comments on commit 36ed4f2

Please sign in to comment.