From b550e9a6bb9f6427da0ff7a30dcb804ddf8536b7 Mon Sep 17 00:00:00 2001 From: David Yonge-Mallo Date: Thu, 7 Jan 2016 14:58:33 +0100 Subject: [PATCH] remove "storing" from description of library, since it doesn't store any phone numbers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd5d2f627..050ffd74c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # What is it? -Google's common Java, C++ and JavaScript library for parsing, formatting, storing and validating international phone numbers. The Java version is optimized for running on smartphones, and is used by the Android framework since 4.0 (Ice Cream Sandwich). +Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. The Java version is optimized for running on smartphones, and is used by the Android framework since 4.0 (Ice Cream Sandwich). # Want to report an issue? If you want to report an issue, or to contribute to the project, please read the guidelines [here] (https://github.com/googlei18n/libphonenumber/blob/master/CONTRIBUTING.md) first.