Skip to content

Commit e0d52fb

Browse files
authored
Fix setup example in README
1 parent 6f395c9 commit e0d52fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ const options = {
4242
appName: 'My app name',
4343
},
4444
android: {
45-
title: 'Permissions required',
46-
description: 'This application needs to access your phone accounts',
45+
alertTitle: 'Permissions required',
46+
alertDescription: 'This application needs to access your phone accounts',
4747
cancelButton: 'Cancel',
4848
okButton: 'ok',
4949
}

0 commit comments

Comments
 (0)