Skip to content

Commit

Permalink
Even more JS refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
manubb committed Dec 8, 2023
1 parent c30f214 commit f4f76e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const edges = [
[0, 1],
[1, 2]
];
const graph = {vertices: vertices, edges: edges};
const graph = {vertices, edges};
const strokeWidth = 20;
graphDraw(graph, strokeWidth, polygonCallBack);
```
Expand Down

0 comments on commit f4f76e7

Please sign in to comment.