We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac5e9a commit 7468376Copy full SHA for 7468376
README.md
@@ -30,7 +30,7 @@ const { Graph, serializeGraph, deserializeGraph, topologicalSort, shortestPath }
30
31
### ABC
32
33
-To create a graph instance, instantiate **[Graph](#graph)** as a class.
+Start by creating a new **[Graph](#graph)** object.
34
35
```javascript
36
var graph = new Graph();
0 commit comments