Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
curran authored Sep 12, 2024
1 parent 5ac5e9a commit 7468376
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 @@ -30,7 +30,7 @@ const { Graph, serializeGraph, deserializeGraph, topologicalSort, shortestPath }

### ABC

To create a graph instance, instantiate **[Graph](#graph)** as a class.
Start by creating a new **[Graph](#graph)** object.

```javascript
var graph = new Graph();
Expand Down

0 comments on commit 7468376

Please sign in to comment.