From e58cec4a23ea9277dd88611fa73fda7255ed461d Mon Sep 17 00:00:00 2001 From: Nikolay Date: Fri, 14 Jul 2017 12:24:55 +0300 Subject: [PATCH] Clarify distinctions between the two javascript ports (#1846) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31915d60b..d8b0d99d7 100644 --- a/README.md +++ b/README.md @@ -174,8 +174,9 @@ maintenance processes. * Javascript: If you don't want to use our version, which depends on Closure, there are several other options, including https://github.com/halt-hammerzeit/libphonenumber-js (a stripped-down - version) and https://github.com/seegno/google-libphonenumber (installable - via npm, a browserify-compatible wrapper) + rewrite, about 110 KB in size) and https://github.com/seegno/google-libphonenumber + (a browserify-compatible wrapper around the original unmodified library + installable via npm, packs Google Closure library, about 420 KB in size) * Objective-c: https://github.com/iziz/libPhoneNumber-iOS * PHP: https://github.com/giggsey/libphonenumber-for-php * PostgreSQL in-database types: https://github.com/blm768/pg-libphonenumber