We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df806b0 commit 8b18f92Copy full SHA for 8b18f92
1 file changed
README.md
@@ -46,15 +46,15 @@ SecureNative can automatically load your config from *securenative.ini* file or
46
from securenative.securenative import SecureNative
47
48
49
-securenative = SecureNative.init()
+securenative = SecureNative.init()
50
```
51
### Option 2: Initialize via API Key
52
53
```python
54
55
56
57
-securenative = SecureNative.init_with_api_key("YOUR_API_KEY")
+securenative = SecureNative.init_with_api_key("YOUR_API_KEY")
58
59
60
### Option 3: Initialize via ConfigurationBuilder
@@ -173,4 +173,4 @@ def webhook_endpoint(request):
173
# Checks if request is verified
174
is_verified = securenative.verify_request_payload(request)
175
176
-
+
0 commit comments