diff --git a/index.html b/index.html
index f1392a5..b587bb6 100644
--- a/index.html
+++ b/index.html
@@ -174,8 +174,8 @@
document.getElementById("greeting").innerHTML = greetings();
/*]]>*/
-
-
The purpose of this project is to create a currency converter that can convert the value of one currency into another based on the current market rates. This project is useful for travelers, businesses, and forex traders who need to exchange currencies or track the changes in exchange rate valuations. This project also demonstrates the concept of object-oriented programming in C++, which is a powerful and widely used programming paradigm that allows for the creation of modular, reusable, and maintainable code.