From f1cf730c8e981c1136ea4b671100f5eefdca6eac Mon Sep 17 00:00:00 2001 From: Roy Marmelstein Date: Sun, 13 Dec 2015 18:14:35 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bfdea2af..c19a19f43 100644 --- a/README.md +++ b/README.md @@ -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