Update lib.rs

This commit is contained in:
Gav Wood 2016-04-14 22:16:58 -07:00
parent 77a535865b
commit 264c9bfd3c
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@
//! let io = IoHandler::new();
//! io.add_method("say_hello", SayHello);
//! let _server = Server::start_unsecure_http(
//! &"127.0.0.1:3030".parse().unwrap(),
//! Arc::new(io)
//! );
//! &"127.0.0.1:3030".parse().unwrap(),
//! Arc::new(io)
//! );
//! }
//! ```
//!