diff --git a/.gitignore b/.gitignore
index da84e31..c6064c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
composer.lock
vendor
**.swp
+docs/contract.html
\ No newline at end of file
diff --git a/README.md b/README.md
index 8feba98..9b468ac 100644
--- a/README.md
+++ b/README.md
@@ -454,3 +454,5 @@ to set the cache directory.
V2.0.0 End support for PHP <5.6
V2.1.0 Remove hard dependency on Captcha library
+
+V2.1.1 Standardise code structure
\ No newline at end of file
diff --git a/autoload.php b/autoload.php
deleted file mode 100644
index d3365e5..0000000
--- a/autoload.php
+++ /dev/null
@@ -1,21 +0,0 @@
-
What\'s your name?
diff --git a/examples/cache-file.php b/examples/cache-file.php
index 0454324..d17d032 100644
--- a/examples/cache-file.php
+++ b/examples/cache-file.php
@@ -1,7 +1,7 @@
What\'s your name?
diff --git a/examples/custom.php b/examples/custom.php
index e845890..f1d15d3 100644
--- a/examples/custom.php
+++ b/examples/custom.php
@@ -1,6 +1,6 @@