diff --git a/README.md b/README.md index 11b6bf7..6e7068f 100644 --- a/README.md +++ b/README.md @@ -53,20 +53,26 @@ render: function() {
- {/* This is where the magic happens */} + + {/********** This is where the magic happens ***********/} {this.validator.message('title', this.state.title, 'required|alpha')} +
- {/* This is where the magic happens */} + + {/********** This is where the magic happens ***********/} {this.validator.message('email', this.state.email, 'required|email', 'text-danger')} +