Skip to content

Commit 68e4321

Browse files
author
Inbal Tako
committed
Fix readme
1 parent d68bfe6 commit 68e4321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ $options = new SecureNativeOptions();
166166
$ver = SecureNative::verify(array(
167167
'event' => EventTypes::VERIFY,
168168
'userId' => '1234',
169-
'context' => SecureNative::fromRequest($options),
169+
'context' => SecureNative::fromRequest(),
170170
'userTraits' => (object)[
171171
'name' => 'Your Name',
172172
'email' => 'name@gmail.com'

0 commit comments

Comments
 (0)