Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit fb8903a

Browse files
authored
Merge pull request sfackler#148 from umanwizard/patch-1
Correct macOS name
2 parents 7d34900 + 0867ed9 commit fb8903a

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
@@ -7,7 +7,7 @@
77
An abstraction over platform-specific TLS implementations.
88

99
Specifically, this crate uses SChannel on Windows (via the [`schannel`] crate),
10-
Secure Transport on OSX (via the [`security-framework`] crate), and OpenSSL (via
10+
Secure Transport on macOS (via the [`security-framework`] crate), and OpenSSL (via
1111
the [`openssl`] crate) on all other platforms.
1212

1313
[`schannel`]: https://crates.io/crates/schannel

0 commit comments

Comments
 (0)