Skip to content

Commit

Permalink
adjust example
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed May 15, 2024
1 parent ad79ecb commit 64504d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh/examples/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async fn main() -> anyhow::Result<()> {
let client = node.client();

let doc = client.docs.create().await?;
let author = client.authors.create().await?;
let author = client.authors.default().await?;

doc.set_bytes(author, "hello", "world").await?;

Expand Down

0 comments on commit 64504d1

Please sign in to comment.