From 49dd5d49e9ee741f803b68e6941dce387ef48bf2 Mon Sep 17 00:00:00 2001 From: Ram Basnet Date: Fri, 27 Sep 2024 08:59:08 -0600 Subject: [PATCH] update labs/readme --- labs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/labs/README.md b/labs/README.md index 249c601..1062ea0 100644 --- a/labs/README.md +++ b/labs/README.md @@ -1,7 +1,7 @@ # Python Fundamental Labs - labs have been moved to its own repository at: [https://github.com/rambasnet/Python-Fundamentals-Lab](https://github.com/rambasnet/Python-Fundamentals-Lab) -- separating should make it easier to work GitHub Classroom -- see readonly_labs which is supposed to readonly for students +- separating should make it easier to work with GitHub Classroom +- in the lab repo, see `readonly_lab`s which is supposed to readonly for students - they can create their own `labs` folder in the repo and work on each lab -- having a copy gives should a good reference in case they accidently change part of the code they're not supposed to! +- having a read only copy provides a good reference in case students accidently change part of the code they're not supposed to!