diff --git a/README.md b/README.md index 0fb3f33..d703d30 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Way simple Angular directive to apply mask to input fields Mask format uses 0 Example: 0000-0000-0000-0000 -Directive will look for attribute mask on input +Directive will look for attribute angular-mask on input ## Example: ```HTML - + ```