From e50a535ca618201c5e1f72253db495417e11fe7d Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Tue, 27 Dec 2016 01:42:54 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3bd414..4208ce7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Uses a graph structure to calculate sthe most efficient order to take 6 given merit badges (throughout different areas) and a campsite in #Usage -python dij.py campSite area area2 area3 area4 area5 area6 +python dij.py area1 area2 area3 area4 area5 area6 area7 ```python python dij.py seven handi aqua kiwanis cope cope cope ```