From 84fe91af59937facc81e6fe55520ab8e104b4db4 Mon Sep 17 00:00:00 2001 From: Wender Date: Thu, 1 May 2014 19:17:03 -0300 Subject: [PATCH] Update Reademe --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 730d587..0fb3f33 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -angular-simple-input-mask -========================= +# Simple input mask directive for [AngularJS](http://angularjs.org/) + +*** Way simple Angular directive to apply mask to input fields @@ -7,4 +8,11 @@ Mask format uses 0 Example: 0000-0000-0000-0000 Directive will look for attribute mask on input -Example: +## Example: +```HTML + +``` + + +## Demo +Do you want to see this directive in action? Visit http://wender.com.br/angular/angular-simple-mask.html \ No newline at end of file