Skip to content

Commit f52f44b

Browse files
committed
Corrected typo in README
1 parent 17777a6 commit f52f44b

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
@@ -490,7 +490,7 @@ the initial link from app launch. Defaults to 5000.
490490
```js
491491
import branch from 'react-native-branch'
492492

493-
branch.initSessionTTL = 10000
493+
branch.initSessionTtl = 10000
494494
branch.subscribe({ error, params } => {
495495
// ...
496496
})

0 commit comments

Comments
 (0)