Skip to content

Commit 4126207

Browse files
committed
Update README.md
1 parent ae52156 commit 4126207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Android support to come shortly.
99
var branch = require('react-native-branch');
1010

1111
//Receives the initSession's result as soon as it becomes available
12-
branch.getInitSessionResultPatiently({params, error} => { });
12+
branch.getInitSessionResultPatiently(({params, error}) => { });
1313

1414
branch.setDebug();
1515
branch.getLatestReferringParams((params) => { });

0 commit comments

Comments
 (0)