Skip to content

Commit 4452fc1

Browse files
authored
Installation update
1 parent 8bd56e1 commit 4452fc1

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
@@ -39,15 +39,15 @@ After successfully installing the chrome extension, you can test Reactime functi
3939
npm i reactime
4040
```
4141

42-
3. Call the library method on your root container and App after rendering your App.
42+
3. Call the library method on your root container after rendering your App.
4343

4444
```
4545
const reactime = require('reactime');
4646
4747
const rootContainer = document.getElementById('root');
4848
ReactDOM.render(<App />, rootContainer);
4949
50-
reactime(rootContainer, App);
50+
reactime(rootContainer);
5151
```
5252

5353
4. Done! That's all you have to do to link your React project to our library.

0 commit comments

Comments
 (0)