Skip to content

Commit f8898cc

Browse files
authored
Fix sslContext in readme.md (#162)
1 parent ce7aaf2 commit f8898cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ val sslContext: SSLContext = //initialized sslContext
484484

485485
requests.get(
486486
"https://client.badssl.com",
487-
sslcontext = sslContext
487+
sslContext = sslContext
488488
)
489489
```
490490

0 commit comments

Comments
 (0)