Skip to content

Commit ce3c4e3

Browse files
author
Sylvain Boily
authored
Merge pull request #4 from grit96/patch-1
Fix setup example in README
2 parents 6f395c9 + e0d52fb commit ce3c4e3

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)