From 7468376405ecb49f1b006ceba6f3c5ed0406fdf8 Mon Sep 17 00:00:00 2001 From: Curran Kelleher <68416+curran@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:25:13 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f0a686..d6bf477 100644 --- a/README.md +++ b/README.md @@ -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();