Skip to content

Commit 3361dfe

Browse files
authored
docs: Fixed typo in Cargo.toml example
1 parent 615f76f commit 3361dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//! specific features, set `default-features` to `false` in your `Cargo.toml`
4242
//! and specify the features you want. This will look like this:
4343
//!
44-
//! `esplora_client = { version = "*", default-features = false, features = ["blocking"] }`
44+
//! `esplora-client = { version = "*", default-features = false, features = ["blocking"] }`
4545
//!
4646
//! * `blocking` enables [`ureq`], the blocking client with proxy and TLS (SSL) capabilities.
4747
//! * `async` enables [`reqwest`], the async client with proxy capabilities.

0 commit comments

Comments
 (0)