From c460dc67fb67faaf8daf43409d12f983dd93515f Mon Sep 17 00:00:00 2001 From: Wender Date: Thu, 1 May 2014 19:19:40 -0300 Subject: [PATCH] Updating attribute name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 - + ```