aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-02-13 23:22:52 -0800
committerSteven Fackler <[email protected]>2015-02-13 23:22:52 -0800
commit48b8e81e807b6f589ae66fed9567084c3d833b83 (patch)
tree513a2d1b897dd61b47524bed85749ef3e04b7b83 /README.md
parentRewrite README for new setup (diff)
downloadrust-openssl-48b8e81e807b6f589ae66fed9567084c3d833b83.tar.xz
rust-openssl-48b8e81e807b6f589ae66fed9567084c3d833b83.zip
Add OpenSSL license to THIRD_PARTY
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e04aef23..289b61f8 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ rust-openssl depends on both the OpenSSL runtime libraries and headers.
### Linux
-On Linux, you can install them via your package manager. The headers are
+On Linux, you can install OpenSSL via your package manager. The headers are
sometimes provided in a separate package than the runtime libraries - look for
something like `openssl-devel` or `libssl-dev`.
@@ -24,7 +24,7 @@ sudo pacman -S openssl
### OSX
OpenSSL 0.9.8 is preinstalled on OSX. Some features are only available when
-linking against OpenSSL 1.0.0 or greater; See below on how to point
+linking against OpenSSL 1.0.0 or greater; see below on how to point
rust-openssl to a separate installation.
### Windows