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 7468376 commit b2bfc7d
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 @@ -67,7 +67,7 @@ Here's an example of topological sort with getting dressed (from Cormen et al. "
</p>

```javascript
var graph = new Graph();
const graph = new Graph();
graph.addEdge('socks', 'shoes')
.addEdge('shirt', 'belt')
.addEdge('shirt', 'tie')
Expand Down

0 comments on commit b2bfc7d

Please sign in to comment.