Skip to content

Commit 7468376

Browse files
authored
Update README.md
1 parent 5ac5e9a commit 7468376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const { Graph, serializeGraph, deserializeGraph, topologicalSort, shortestPath }
3030

3131
### ABC
3232

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

3535
```javascript
3636
var graph = new Graph();

0 commit comments

Comments
 (0)