aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-04-30 01:37:24 -0400
committerSteven Fackler <[email protected]>2015-04-30 01:37:24 -0400
commitb3f397c476ef412e720faa470b2bf4db66519cfa (patch)
tree712e26b470301347248aa8d926bdd21584e0db74
parentTest on both nightly and beta (diff)
parentdocs(README.md): remove extra `\` character (diff)
downloadrust-openssl-b3f397c476ef412e720faa470b2bf4db66519cfa.tar.xz
rust-openssl-b3f397c476ef412e720faa470b2bf4db66519cfa.zip
Merge pull request #207 from Byron/master
docs(README.md): remove extra `\` character
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d38ead28..8843ef9a 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ rust-openssl directory. Then run one of the following commands:
* Windows: `openssl s_server -accept 15418 -www -cert test/cert.pem -key
test/key.pem > NUL`
-* Linux: `openssl s_server -accept 15418 -www -cert test/cert.pem -key \
+* Linux: `openssl s_server -accept 15418 -www -cert test/cert.pem -key
test/key.pem >/dev/null`
Then in the original terminal, run `cargo test`. If everything is set up