Skip to content

Commit eb80d72

Browse files
author
Inbal Tako
committed
Update readme
1 parent 7d672be commit eb80d72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ from securenative.securenative import SecureNative
6767
from securenative.config.securenative_options import SecureNativeOptions
6868

6969

70-
options = SecureNativeOptions(api_key="YOUR_API_KEY", auto_send=True, interval=10,
71-
api_url="https://api.securenative-stg.com/collector/api/v1")
70+
options = SecureNativeOptions(api_key="YOUR_API_KEY", max_events=10, log_level="ERROR")
7271
securenative = SecureNative.init_with_options(options)
7372
```
7473

0 commit comments

Comments
 (0)