We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615f76f commit 3361dfeCopy full SHA for 3361dfe
src/lib.rs
@@ -41,7 +41,7 @@
41
//! specific features, set `default-features` to `false` in your `Cargo.toml`
42
//! and specify the features you want. This will look like this:
43
//!
44
-//! `esplora_client = { version = "*", default-features = false, features = ["blocking"] }`
+//! `esplora-client = { version = "*", default-features = false, features = ["blocking"] }`
45
46
//! * `blocking` enables [`ureq`], the blocking client with proxy and TLS (SSL) capabilities.
47
//! * `async` enables [`reqwest`], the async client with proxy capabilities.
0 commit comments