Skip to content

Commit 0b81564

Browse files
authored
Merge pull request #33 from azemetre/patch-1
doc: fixed typo, added escape character
2 parents b8578ff + 55b0acd commit 0b81564

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
@@ -144,7 +144,7 @@ class MyApp extends React.Component {
144144

145145
const layout = { name: 'cose-bilkent' };
146146

147-
return <CytoscapeComponent elements={elements} layout={layout}>;
147+
return <CytoscapeComponent elements={elements} layout={layout} />;
148148
}
149149
}
150150
```

0 commit comments

Comments
 (0)