Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Dec 13, 2015
1 parent 32c47da commit f1cf730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Inspired by Google's libphonenumber.
--------------------------|------------------------------------------------------------
:phone: | Validate, normalize and extract the elements of any phone number string.
:100: | Simple Swift syntax and a lightweight readable codebase.
:checkered_flag: | Fast. Including a special function to quickly parse a large array of raw phone numbers. 1000 parses -> ~0.3 seconds.
:books: | Uses the best-in-class metadata and basic approach from Google's libPhoneNumber project but benefits from not being a direct port. PhoneNumberKit can focus on a smaller feature-set that's cleaner, faster and more readable.
:checkered_flag: | Fast. 1000 parses -> ~0.3 seconds.
:books: | Best-in-class metadata from Google's libPhoneNumber project.
:trophy: | Fully tested to match the accuracy of Google's JavaScript implementation of libPhoneNumber.
:iphone: | Built for iOS. Automatically grabs the default region code from the phone's SIM (or if unavailable, the device's region). You can override this.
:iphone: | Built for iOS. Automatically grabs the default region code from the phone.
:us: | Convert country codes to country names and vice versa

## Usage
Expand Down

0 comments on commit f1cf730

Please sign in to comment.