summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--ipfs-api/src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fcbd35c..bc375f9 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![Crates.io](https://img.shields.io/crates/v/ipfs-api.svg)](https://crates.io/crates/ipfs-api)
[![Docs.rs](https://docs.rs/ipfs-api/badge.svg)](https://docs.rs/ipfs-api/)
-Rust library for connecting to the IPFS HTTP API using tokio.
+Rust library for connecting to the IPFS HTTP API using Hyper/Actix.
### Usage
diff --git a/ipfs-api/src/lib.rs b/ipfs-api/src/lib.rs
index 6e14849..9a5e1ca 100644
--- a/ipfs-api/src/lib.rs
+++ b/ipfs-api/src/lib.rs
@@ -8,7 +8,7 @@
#![recursion_limit = "128"]
-//! Rust library for connecting to the IPFS HTTP API using tokio.
+//! Rust library for connecting to the IPFS HTTP API using Hyper/Actix.
//!
//! ## Usage
//!