aboutsummaryrefslogtreecommitdiff
path: root/azalea/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/README.md')
-rwxr-xr-xazalea/README.md2
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();
}