Skip to content

Commit

Permalink
Fix sslContext in readme.md (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 authored Jul 11, 2024
1 parent ce7aaf2 commit f8898cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ val sslContext: SSLContext = //initialized sslContext

requests.get(
"https://client.badssl.com",
sslcontext = sslContext
sslContext = sslContext
)
```

Expand Down

0 comments on commit f8898cc

Please sign in to comment.