From 34db195287dca3d318c4de51e6c4056cee2b30a8 Mon Sep 17 00:00:00 2001
From: "Brady J. Garvin" <bgarvin@cse.unl.edu>
Date: Mon, 19 Sep 2022 11:32:22 -0500
Subject: [PATCH] Clarified instructions at the top of notes.md.

---
 graph-search/notes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graph-search/notes.md b/graph-search/notes.md
index c20043c..b38c3eb 100644
--- a/graph-search/notes.md
+++ b/graph-search/notes.md
@@ -1,4 +1,4 @@
-Please clone the starter code linked from Canvas (with `git clone --recursive` so that you also clone the submodules), install its dependencies with `npm install`, and use "File" → "Open Workspace…" to open your clone in VSCode.  Please do not run the app yet—it contains spoilers.
+If you wish to follow along on your own laptop, please clone the starter code linked from Canvas (with `git clone --recursive` so that you also clone the submodules), install its dependencies with `npm install`, and use "File" → "Open Workspace…" to open your clone in VSCode.  Please do not run the app yet—it contains spoilers.
 
 # Problem 1:
 
-- 
GitLab