diff --git a/README.md b/README.md
index 7c221918166f9ff2ec9d828203269d24e762e69c..eb671d7f7bd9ab8dcd4bec0d3c9ad557db64edac 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ A fully working example class can be found here: **SGalinski\SgMail\Example\Regi
 
 All you need to do to get the example to work is registering your class in **ext_localconf.php** with:
 
-```\SGalinski\SgMail\Service\MailTemplateService::registerByFile('SGalinski\SgMail\Example\Register');```
+	\SGalinski\SgMail\Service\MailTemplateService::registerByFile('SGalinski\SgMail\Example\Register');
 
 ### Send an email with the MailTemplateService