Skip to content

Commit

Permalink
Fix code example in README.md (#12)
Browse files Browse the repository at this point in the history
Added end of curly brace in the example so it works when pasted to a file, and ran with `cargo run`
  • Loading branch information
romw314 authored Jul 24, 2023
1 parent 60c1fe4 commit 72566ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ async fn main() -> anyhow::Result<()> {
println!("Done!");

Ok(())
}
```

## Contributing
Expand Down

0 comments on commit 72566ea

Please sign in to comment.