Skip to content

Commit

Permalink
Merge #56: docs: Fixed typo in Cargo.toml example
Browse files Browse the repository at this point in the history
3361dfe docs: Fixed typo in Cargo.toml example (Thorbjørn Lindeijer)

Pull request description:

ACKs for top commit:
  vladimirfomene:
    ACK 3361dfe

Tree-SHA512: 6c3f04cfcad519a6341e01bed95825537e8bdbcaa92dad39023f506110f2306e869d8725e277132ffe2315fa1b5a82b848f981d0c713508e66d7a252a2cbe58f
  • Loading branch information
vladimirfomene committed Oct 4, 2023
2 parents 269360f + 3361dfe commit ef1925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef1925e

Please sign in to comment.