From e0d52fb25bd493ec02b6407cd07815a658f4b89c Mon Sep 17 00:00:00 2001 From: Geraint White Date: Mon, 21 Jan 2019 08:35:03 +0000 Subject: [PATCH] Fix setup example in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 243efce2..76b64486 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ const options = { appName: 'My app name', }, android: { - title: 'Permissions required', - description: 'This application needs to access your phone accounts', + alertTitle: 'Permissions required', + alertDescription: 'This application needs to access your phone accounts', cancelButton: 'Cancel', okButton: 'ok', }