[docs] use only sled instead of crate::sled

This commit is contained in:
Riccardo Casatta 2020-12-16 12:10:40 +01:00
parent 680aa2aaf4
commit 635d98c069
No known key found for this signature in database
GPG Key ID: FD986A969E450397

View File

@ -51,7 +51,7 @@
//! their uses.
//!
//! The easiest way to get started is to add bdk to your dependencies with the default features.
//! The default features include a simple key-value database ([`sled`](crate::sled)) to cache
//! The default features include a simple key-value database ([`sled`](sled)) to cache
//! blockchain data and an [electrum](https://docs.rs/electrum-client/) blockchain client to
//! interact with the bitcoin P2P network.
//!