diff --git a/README.md b/README.md
index 3fc92f2..87e4950 100755
--- a/README.md
+++ b/README.md
@@ -3,6 +3,10 @@ Minimal Form Interface
A simplistic form with inputs shown one at a time. Inspired by the form seen on the end of the [PageLanes website](http://www.pagelanes.com/).
+For email validation add `data-validate="email"` to the input field.
+
+If you need to skip validation for a field, add `data-validate="none"` to the input field.
+
[Article on Codrops](http://tympanus.net/codrops/?p=18780)
[Demo](http://tympanus.net/Development/MinimalForm/)
diff --git a/index.html b/index.html
index d75f92a..3cf78e9 100755
--- a/index.html
+++ b/index.html
@@ -45,12 +45,12 @@
Minimal Form Interface Simplistic, single input view form