Skip to content

Commit fd9c02f

Browse files
authored
Update README.md
1 parent 91ce9d8 commit fd9c02f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ securenative = SecureNative.init_with_api_key("YOUR_API_KEY")
6262
from securenative.securenative import SecureNative
6363

6464

65-
securenative = SecureNative.init_with_options(SecureNative.config_builder()
66-
.with_api_key("API_KEY")
67-
.with_max_events(10)
68-
.with_log_level("ERROR")
69-
.build())
65+
securenative = SecureNative.init_with_options(SecureNative.config_builder().with_api_key("API_KEY").with_max_events(10).with_log_level("ERROR"))
7066
```
7167

7268
## Getting SecureNative instance

0 commit comments

Comments
 (0)