docs(readme): fix the OpenSSL feature example

This commit is contained in:
Orhun Parmaksız 2023-05-17 14:27:04 +03:00
parent 8359aadec6
commit 9ead53097e
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -95,7 +95,7 @@ To enable a feature for build, pass `--features` flag to `cargo build` command.
For example, to reuse the OpenSSL present on a distro already:
```sh
cargo build --release --features openssl
cargo build --release --no-default-features --features openssl
```
#### Testing