Skip to content

Commit c280567

Browse files
authored
Update README.md
1 parent 4079b5b commit c280567

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,9 @@ or using a script tag
7272
then
7373

7474
```
75-
ReactDOM.render(
76-
<ForceGraph3D
77-
graphData={myData}
78-
/>,
79-
myDOMElement
80-
);
75+
<ForceGraph3D
76+
graphData={myData}
77+
/>
8178
```
8279

8380
## API reference

0 commit comments

Comments
 (0)