Fix README for extern mod -> extern crate change
This commit is contained in:
parent
e22a310aad
commit
e83e64c09c
@ -12,8 +12,8 @@ Rust-Postgres is a pure-Rust frontend for the popular PostgreSQL database. It
|
||||
exposes a high level interface in the vein of JDBC or Go's `database/sql`
|
||||
package.
|
||||
```rust
|
||||
extern mod postgres;
|
||||
extern mod extra;
|
||||
extern crate postgres;
|
||||
extern crate extra;
|
||||
|
||||
use extra::time;
|
||||
use extra::time::Timespec;
|
||||
|
Loading…
Reference in New Issue
Block a user