Skip to content

Commit ef1925e

Browse files
Merge #56: docs: Fixed typo in Cargo.toml example
3361dfe docs: Fixed typo in Cargo.toml example (Thorbjørn Lindeijer) Pull request description: ACKs for top commit: vladimirfomene: ACK 3361dfe Tree-SHA512: 6c3f04cfcad519a6341e01bed95825537e8bdbcaa92dad39023f506110f2306e869d8725e277132ffe2315fa1b5a82b848f981d0c713508e66d7a252a2cbe58f
2 parents 269360f + 3361dfe commit ef1925e

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)