From e7f5f19234fb65243e1c831a658b631703d738f9 Mon Sep 17 00:00:00 2001 From: Ratys Date: Fri, 8 Jun 2018 22:51:58 +0300 Subject: [PATCH] Updated README.md - fixes doctest. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89a4b7b..9fc2697 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ fn main() { }; let mut reactor = IrcReactor::new().unwrap(); - let client = reactor.prepare_client_and_connect(&config).unwrap(); + let client = reactor.prepare_client_and_connect(config).unwrap(); client.identify().unwrap(); reactor.register_client_with_handler(client, |client, message| {