Merge pull request #207 from Byron/master

docs(README.md): remove extra `\` character
This commit is contained in:
Steven Fackler 2015-04-30 01:37:24 -04:00
commit b3f397c476
1 changed files with 1 additions and 1 deletions

View File

@ -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 * Windows: `openssl s_server -accept 15418 -www -cert test/cert.pem -key
test/key.pem > NUL` 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` test/key.pem >/dev/null`
Then in the original terminal, run `cargo test`. If everything is set up Then in the original terminal, run `cargo test`. If everything is set up