diff --git a/.gitlab/.gitlab-webide.yml b/.gitlab/.gitlab-webide.yml
new file mode 100644
index 0000000..9cf18ee
--- /dev/null
+++ b/.gitlab/.gitlab-webide.yml
@@ -0,0 +1,6 @@
+terminal:
+ # This can be any image that has the necessary runtime environment for your project.
+ image: ubuntu:latest
+ before_script:
+ - apt-get update
+ script: sleep 60
\ No newline at end of file
diff --git a/README.md b/README.md
index 9c4b032..2e66691 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ISE ComProg After Midterm
-New release will be commited every tuesday before 4PM
-The built-in IDE should get you a basic idea of the code.
-Click on the respective folder for each week then click JavaFiles and click each file to open it with the WebIDE
-If you have a desktop git client you can run
+New release will be commited every tuesday before 4PM
+The built-in IDE should get you a basic idea of the code.
+Click on the respective folder for each week then click Java Files and click each file to open it with the WebIDE
+If you have a desktop git client you can run
```git clone https://git.siwatsystem.com/siwat/ise-comprog-after-midterm'```
\ No newline at end of file