diff --git a/README.md b/README.md
index 5ddb5b2e182ecd1237a6d70ffb699dc549fd4dce..99b068f22a3129441cac9ac0bac500a10b73ed4e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Gitlab-CI & Condor: Mandelbrot Tutorial
 
-A Mandelbrot program generator using C.
+A Mandelbrot program generator using C with the gcc compiler.
 
 ## Running locally
 After you have navigated to your directory in a local shell, you should begin by compiling and running the mandelbrot first. Considering we are using a gcc compiler in C, things should work without any problems here. Run: