Skip to content

Commit 1061b46

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 720cd01 + 0477577 commit 1061b46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Info: Shared files should be in the `documents` path.
4242

4343
this.shareFile.open( {
4444
path: this.path,
45-
intentTitle: 'Open text file with:', // optional Android
45+
title: 'Open text file with:', // optional Android
4646
rect: { // optional iPad
4747
x: 110,
4848
y: 110,
@@ -66,7 +66,7 @@ Path to the file which will be shared.
6666
`String`: Required
6767

6868

69-
#### intentTitle
69+
#### title
7070
Title for the intent on Android.
7171

7272
`String`: (Optional)
@@ -89,4 +89,4 @@ Default: `false`.
8989
Opening animation for iOS devices.
9090

9191
`Boolean`: (Optional)
92-
Default: `false`.
92+
Default: `false`.

0 commit comments

Comments
 (0)