From 8195304ebda7609d803608ce1b8830d01bfbd31d Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Mon, 18 Jan 2021 22:28:20 -0500 Subject: small README change --- README.md | 2 +- ipfs-api/src/lib.rs | 2 +- 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 //! -- cgit v1.2.3