Fix readme

This commit is contained in:
Steven Fackler 2015-12-13 23:12:17 -08:00
parent 2863b2ea0e
commit 2de8ecad6e

View File

@ -26,7 +26,7 @@ struct Person {
}
fn main() {
let conn = Connection::connect("postgres://postgres@localhost", &SslMode::None)
let conn = Connection::connect("postgres://postgres@localhost", SslMode::None)
.unwrap();
conn.execute("CREATE TABLE person (