Skip to content

Commit 0f3a51a

Browse files
authored
Update README.md
1 parent 18128d3 commit 0f3a51a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ SecureNative::init("YOUR_API_KEY", $options);
4646
```
4747
### Option 2: Initialize via API Key
4848

49+
Initialize using default options.
50+
4951
```php
50-
SecureNative::init("YOUR_API_KEY", $options);
52+
SecureNative::init("YOUR_API_KEY");
5153
```
5254

5355
## Tracking events

0 commit comments

Comments
 (0)