diff options
Diffstat (limited to 'azalea/README.md')
| -rwxr-xr-x | azalea/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/README.md b/azalea/README.md index 339c57a2..f4095191 100755 --- a/azalea/README.md +++ b/azalea/README.md @@ -53,7 +53,7 @@ async fn main() { ClientBuilder::new() .set_handler(handle) - .start(account.clone(), "localhost") + .start(account, "localhost") .await .unwrap(); } |
