diff --git a/README.md b/README.md index 10319a0..fb44ef1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ extern crate time; use time::Timespec; use rusqlite::SqliteConnection; -#[deriving(Show)] +#[derive(Show)] struct Person { id: i32, name: String,