summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-01-18 21:10:03 -0500
committerGitHub <noreply@github.com>2021-01-18 21:10:03 -0500
commitf8826be86fed99e01d7d27e8625a954fba74befe (patch)
treec1a094f6fb6a0204ab22b286087832d4ffabada6 /README.md
parent57f27461943670f3d024e0e4ece9fb2a15035344 (diff)
parentd53e6d335c3cfde51f6ceebd2da5306f5ed86ce8 (diff)
Merge pull request #64 from jcaesar/optional-tls
allow hyper-rustls or no tls as alternatives for hyper-tls
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c71be8..baf10f9 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ You can use `actix-web` as a backend instead of `hyper`.
```toml
[dependencies]
-ipfs-api = { version = "0.9.0", features = ["actix"], default-features = false }
+ipfs-api = { version = "0.9.0", features = ["with-actix"], default-features = false }
```
### Examples