We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e6e0d commit 8592b65Copy full SHA for 8592b65
readme.md
@@ -42,7 +42,7 @@ npm i reactime
42
const reactime = require('reactime');
43
44
const rootContainer = document.getElementById('root');
45
-ReactDom.render(<App />, rootContainer);
+ReactDOM.render(<App />, rootContainer);
46
47
reactime(rootContainer);
48
```
0 commit comments