From 9d916b00acbbbff98ad63552e0a1f40ae77276a8 Mon Sep 17 00:00:00 2001
From: Samuel Chassot <samuel.chassot@epfl.ch>
Date: Fri, 21 Feb 2025 13:46:18 +0100
Subject: [PATCH] missing private

---
 info/labs/lab01/lab01-README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info/labs/lab01/lab01-README.md b/info/labs/lab01/lab01-README.md
index cf151fc..3542f00 100644
--- a/info/labs/lab01/lab01-README.md
+++ b/info/labs/lab01/lab01-README.md
@@ -6,7 +6,7 @@ Below you will find the instructions for the first lab assignment in which you w
 
 As a reminder, the labs are done in groups of 2-3, please register on Moodle if not already done.
 
-We advice you to create a git repository to track your work and collaborate.
+We advice you to create a private git repository to track your work and collaborate.
 
 The labs are graded through Moodle assignments, similarly to Software Construction (CS-214) that you might have taken. You will have to submit your `.scala` files on Moodle and you will receive automatically a grade and feedback. You submit as many times as you want, only the last submission will be taken into account. The tests are the same as the ones you will receive for each lab, we do not use any hidden tests.
 
-- 
GitLab