From 8930eceb5c8e9c16f133c36a433b384e5c1000f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Keskis=C3=A4rkk=C3=A4?= <robin.keskisarkka@liu.se> Date: Wed, 30 Aug 2023 15:43:15 +0200 Subject: [PATCH] minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b9afc..f6d7660 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jando04:Jane:Doe:2701010002:ABC123:LAB:B:1 ```bash $ python3 main.py config.yml ``` -*Note:* The script can be run again with an updated list of members in the sign up file as more students register in webreg. Existing project will never be recreated and members will never be removed from a group. If a student changes groups this needs to be handled manually. +*Note:* The script can be run again with an updated list of members in the sign up file as more students register in webreg. Existing projects will never be re-created and members will never be removed from a group. If a student changes group this needs to be handled manually. # Example of generated project structure -- GitLab