Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chebur committed May 14, 2015
1 parent 344b608 commit 5e7cd13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
- Provides `CHRTextMask` interface to allow custom text masking algorithm implementation.
- Sublcasses `NSFormatter`.

CHRTextFieldFormatter

## Implemented Masks

There are two kind of masks available:
Expand All @@ -24,8 +22,8 @@ There are two kind of masks available:

Phone number mask can be configured to have non-deletable prefix. For example:

```
CHRPhoneNumberMask * mask = [CHRPhoneNumberMask new];
```objc
CHRPhoneNumberMask *mask = [CHRPhoneNumberMask new];
mask.prefix = @"+7";
```

Expand Down

0 comments on commit 5e7cd13

Please sign in to comment.