diff --git a/README.md b/README.md index dafe923d6..8756b3ef8 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ It is built upon the excellent [`rust-bitcoin`] and [`rust-miniscript`] crates. The project is split up into several crates in the `/crates` directory: -- [`wallet`](./crates/wallet): Contains the central high level `Wallet` type that is built from the low-level mechanisms provided by the other components -- [`chain`](./crates/chain): Tools for storing and indexing chain data -- [`persist`](./crates/persist): Types that define data persistence of a BDK wallet -- [`file_store`](./crates/file_store): A (experimental) persistence backend for storing chain data in a single file. +- [`wallet`](./crates/wallet): Contains the central high level `Wallet` type that is built from the low-level mechanisms provided by the other components. +- [`chain`](./crates/chain): Tools for storing and indexing chain data. +- [`persist`](./crates/persist): Types that define data persistence of a BDK wallet. +- [`file_store`](./crates/file_store): An experimental persistence backend for storing chain data in a single file. - [`esplora`](./crates/esplora): Extends the [`esplora-client`] crate with methods to fetch chain data from an esplora HTTP server in the form that [`bdk_chain`] and `Wallet` can consume. - [`electrum`](./crates/electrum): Extends the [`electrum-client`] crate with methods to fetch chain data from an electrum server in the form that [`bdk_chain`] and `Wallet` can consume.