From 6d07acd4d64efcef822848a5caa94cc2505b0f36 Mon Sep 17 00:00:00 2001 From: Document Doctor Date: Sat, 12 Jan 2019 01:54:08 -0500 Subject: [PATCH] Fixed typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb14fa..80de848 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Often in Android development, there is need to support the following workflow: 5. Perform an action with the number There is a standard way to call the contact list in Android, but this does not -always feel well-integrated in your app and does not work well expecially for tabbed +always feel well-integrated in your app and does not work well especially for tabbed Android applications. ContactPicker is an Android library which allows you to easily integrate the above