Updated README.md - fixes doctest.

This commit is contained in:
Ratys 2018-06-08 22:51:58 +03:00
parent bdeb7054b3
commit e7f5f19234

View file

@ -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| {