diff --git a/Tutorium1.md b/Tutorium1.md
index e4835b9554d45d4f0b2e70714e461c2f0742caae..efbe0d354de68757cf0c27d29b994be25b8d4577 100644
--- a/Tutorium1.md
+++ b/Tutorium1.md
@@ -1,6 +1,6 @@
 # Code
 
-git clone https://bi40resu@gitlab.cs.fau.de/bi40resu/python-tutorium.git
+git clone https://gitlab.cs.fau.de/bi40resu/python-tutorium
 
 # Aufgabe 1
 
@@ -15,7 +15,7 @@ Boilerplate: Aufgabe1.py
 
 # Aufgabe 2
 
-Schreiben Sie ein Programm, dassdie Fläche eines Kreis anhand des Radius berechnet.
+Schreiben Sie ein Programm, dass die Fläche eines Kreis anhand des Radius berechnet.
 
 Tipp: Python bietet eine Bibliothek für mathematische Funktionen
 Tipp: A = π * r²