From 3361dfe989ec54cc5c3ecb6b16d3da40925e19df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Wed, 30 Aug 2023 21:28:09 +0200 Subject: [PATCH] docs: Fixed typo in Cargo.toml example --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f4fe644..52cd4b4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -41,7 +41,7 @@ //! specific features, set `default-features` to `false` in your `Cargo.toml` //! and specify the features you want. This will look like this: //! -//! `esplora_client = { version = "*", default-features = false, features = ["blocking"] }` +//! `esplora-client = { version = "*", default-features = false, features = ["blocking"] }` //! //! * `blocking` enables [`ureq`], the blocking client with proxy and TLS (SSL) capabilities. //! * `async` enables [`reqwest`], the async client with proxy capabilities.