aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <[email protected]>2015-04-28 10:49:28 +0200
committerSebastian Thiel <[email protected]>2015-04-28 10:49:28 +0200
commit3b417c2bb95eab147dbd526e517a889bed6e4039 (patch)
tree712e26b470301347248aa8d926bdd21584e0db74
parentTest on both nightly and beta (diff)
downloadrust-openssl-3b417c2bb95eab147dbd526e517a889bed6e4039.tar.xz
rust-openssl-3b417c2bb95eab147dbd526e517a889bed6e4039.zip
docs(README.md): remove extra `\` character
The original intention might have been to cause a line-break in the markdown document. However, it was taken literally. Those who would just copy-paste the `openssl` server line on linux would be greeted with a `file not found` error. Without the `\` character, it works as expected.
-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