diff --git a/index.php b/index.php
index fe736ad..4a9cf5a 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
include 'db_connect.php'; //include the db_connect.php file
-print "
Showing the users of the sampledb that has been created in the RDS few seconds ago!
\n";
+print "Show users of the sampledb that has been created in the RDS few seconds ago!
\n";
//Create and set a new connection
$get = new Connection("db1"); //"db1" is user defined in db_connect.php