Update README.md

master
Paul Walko 2015-12-23 06:02:41 -05:00
parent 23329d1f26
commit 9283f9ef92
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Calculates the most efficient order to take 6 given merit badges and a campsite in
#Usage
python dij.py <campSite> <area1> <area2> <area3> <area4> <area5> <area6>
python dij.py campSite area area2 area3 area4 area5 area6
```python
python dij.py seven handi aqua kiwanis cope cope cope
```