From b6eb729bdf0a77129f029cc22e6f5950fe9deada Mon Sep 17 00:00:00 2001 From: seb-mueller Date: Tue, 19 Feb 2019 09:53:32 +0000 Subject: [PATCH] Readme correction: python-basic corrected for archived python-intro repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95e1963..24febdb 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ If you wish to run the course on your personal computer, here are the steps to f ## Clone this github project ```bash -git clone https://github.com/pycam/python-intro.git -cd python-intro +git clone https://github.com/pycam/python-basic.git +cd python-basic ``` ## Dependencies