Skip to content

Commit eadd959

Browse files
committed
fixed path to react-cytoscape.js
1 parent 26ecc23 commit eadd959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="node_modules/react-dom/umd/react-dom.development.js"></script>
99
<script src="node_modules/cytoscape/dist/cytoscape.min.js"></script>
1010
<script src="node_modules/prop-types/prop-types.js"></script>
11-
<script src="react-cytoscape.js"></script>
11+
<script src="dist/react-cytoscape.js"></script>
1212

1313
<title>react-cytoscapejs demo</title>
1414

@@ -93,4 +93,4 @@ <h1>react-cytoscapejs demo</h1>
9393
</script>
9494
</body>
9595

96-
</html>
96+
</html>

0 commit comments

Comments
 (0)