diff --git a/README.md b/README.md
index 2c4e80c..435afd5 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,3 @@ Launch application in development environment.
```
$ php -S 0.0.0.0:9090 -t .
```
-
-Enable CORS on server side
-```
-header('Access-Control-Allow-Origin: *');
-header("Access-Control-Allow-Headers: *");
-if($_SERVER['REQUEST_METHOD'] == "OPTIONS") die();
-```
diff --git a/clockIn.html b/clockIn.html
index d1351d5..b91bdcb 100644
--- a/clockIn.html
+++ b/clockIn.html
@@ -67,6 +67,6 @@ and open the template in the editor.
-
+