Skip to content

Commit 3024b60

Browse files
committed
update readme for concurrent mode support
1 parent d73f38d commit 3024b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ ReactDOM.render(<App />, rootContainer);
5151
reactime(rootContainer);
5252
```
5353

54-
4. For experimental concurrent mode support:
54+
4. For experimental concurrent mode support.
5555

5656
```
5757
import reactime from 'reactime';
5858
59-
const rootContainer = ReactDOM.createRoot( document.getElementById('root'));
59+
const rootContainer = ReactDOM.createRoot(document.getElementById('root'));
6060
rootContainer.render(<App />);
6161
reactime(rootContainer);
6262
```

0 commit comments

Comments
 (0)