From 88f4932e5e3d2630c946c800d7d9513b361244ed Mon Sep 17 00:00:00 2001 From: Yoon Chi Date: Sun, 5 Sep 2021 12:45:02 -0500 Subject: [PATCH] modified naming convention of alto.py --- 1.0-Set-up-the-software.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.0-Set-up-the-software.md b/1.0-Set-up-the-software.md index 428e2b0..6c9f3f8 100644 --- a/1.0-Set-up-the-software.md +++ b/1.0-Set-up-the-software.md @@ -154,8 +154,8 @@ $ git clone https://TODO Alto 7. Run the app ``` -$ cd ~/code/Alto/app -$ python3 Alto.py +$ cd ~/code/alto/app +$ python3 alto.py ``` ## :tada: Woohoo! You've finished this section :tada: