Skip to content

Commit

Permalink
Fix import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and rickhanlonii committed Apr 13, 2022
1 parent 80e6a3f commit 0b03e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npm install react react-dom
### In the browser

```js
import { createRoot } from 'react-dom';
import { createRoot } from 'react-dom/client';

function App() {
return <div>Hello World</div>;
Expand Down

0 comments on commit 0b03e8c

Please sign in to comment.