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.
2 parents 269360f + 3361dfe commit ef1925eCopy full SHA for ef1925e
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