Skip to content

Commit 8b18f92

Browse files
authored
Update README.md
1 parent df806b0 commit 8b18f92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ SecureNative can automatically load your config from *securenative.ini* file or
4646
from securenative.securenative import SecureNative
4747

4848

49-
securenative = SecureNative.init()
49+
securenative = SecureNative.init()
5050
```
5151
### Option 2: Initialize via API Key
5252

5353
```python
5454
from securenative.securenative import SecureNative
5555

5656

57-
securenative = SecureNative.init_with_api_key("YOUR_API_KEY")
57+
securenative = SecureNative.init_with_api_key("YOUR_API_KEY")
5858
```
5959

6060
### Option 3: Initialize via ConfigurationBuilder
@@ -173,4 +173,4 @@ def webhook_endpoint(request):
173173
# Checks if request is verified
174174
is_verified = securenative.verify_request_payload(request)
175175
```
176-
176+

0 commit comments

Comments
 (0)