We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95767ba commit 4fcb447Copy full SHA for 4fcb447
README.md
@@ -32,8 +32,7 @@ Here is a basic example of how to set up `iroh-blobs` with `iroh`:
32
33
```rust
34
use iroh::{protocol::Router, Endpoint};
35
-use iroh_blobs::net_protocol::Blobs;
36
-use iroh_blobs::store::traits::Store;
+use iroh_blobs::{store::traits::Store, net_protocol::Blobs};
37
38
#[tokio::main]
39
async fn main() -> anyhow::Result<()> {
0 commit comments