diff options
| author | Steven Fackler <[email protected]> | 2017-02-14 21:34:43 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-02-14 21:34:43 -0800 |
| commit | 8d290a53712dce6d4d7b68e48abb7b6097856be8 (patch) | |
| tree | 897605258ab3b1426e6670e607e26527b40c9acc /README.md | |
| parent | Support PKCS#8 private key deserialization (diff) | |
| download | rust-openssl-8d290a53712dce6d4d7b68e48abb7b6097856be8.tar.xz rust-openssl-8d290a53712dce6d4d7b68e48abb7b6097856be8.zip | |
De-quote README line
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ Homebrew: brew install openssl ``` -> Occasionally an update of XCode or MacOS will cause the linker to fail after compilation, to rectify this you may want to try and run: +Occasionally an update of XCode or MacOS will cause the linker to fail after compilation, to rectify this you may want to try and run: ```bash xcode-select --install |