Skip to content

Commit 55b0acd

Browse files
author
Aaron Zemetres
authored
doc: fixed typo, added escape character
1 parent dd8cf7c commit 55b0acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class MyApp extends React.Component {
140140

141141
const layout = { name: 'cose-bilkent' };
142142

143-
return <CytoscapeComponent elements={elements} layout={layout}>;
143+
return <CytoscapeComponent elements={elements} layout={layout} />;
144144
}
145145
}
146146
```

0 commit comments

Comments
 (0)