summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymii <RaymiiOrg@users.noreply.github.com>2015-05-29 05:10:59 +0200
committerRaymii <RaymiiOrg@users.noreply.github.com>2015-05-29 05:10:59 +0200
commitfb8c75c27327c76120419ef6c6ba3c5cba861fb5 (patch)
treeb56622cce101feabd818d413c75a6b2f10d5abeb
parent8988fd075de01b2e0c4ea406d426486ae482664a (diff)
parentd3241d584bb5038649590001b4bf212aec803d20 (diff)
downloadssl-decoder-fb8c75c27327c76120419ef6c6ba3c5cba861fb5.zip
ssl-decoder-fb8c75c27327c76120419ef6c6ba3c5cba861fb5.tar.gz
ssl-decoder-fb8c75c27327c76120419ef6c6ba3c5cba861fb5.tar.bz2
Merge pull request #31 from ekohl/patch-1
Fix typo
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0c048c9..2701f0d 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ The default timeout for checks is 2 seconds. If this is to fast for your interna
### OpenSSL compilation
-If you want to use the latest OpenSSL and your distro doesn't shit with it you can compile your own OpenSSL and replace the system one. Do note that this might break stuff.
+If you want to use the latest OpenSSL and your distro doesn't ship with it, you can compile your own OpenSSL and replace the system one. Do note that this might break stuff.
cd /usr/local/src
wget https://openssl.org/source/openssl-1.0.2.tar.gz
@@ -635,4 +635,4 @@ Example response:
}
}
}
- } \ No newline at end of file
+ }