diff --git a/README.md b/README.md
index 600eb60..7b37849 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
Jose Francisco Reis Pedreiras Neves Veiga - up202108753@up.pt
Antonio Marujo Rama - up202108801@up.pt
-This project was done for the Design of Algorithms curricular unit @ **FEUP**.
+This project was done for the Design of Algorithms curricular unit @ **FEUP - Faculdade de Engenharia da Universidade do Porto**.
It implements different algorithms and heuristics for solving the Traveling Salesman Problem (TSP) using C++ and provides a menu-based interface to interact with the algorithms and compare their performance on various graphs.
Algorithms Implemented