From 2a29aaea233157d01c2137748c90fa2fa83fe05f Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 21 Feb 2016 20:30:05 -0800 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 194078c0..25df9624 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ types. The driver currently supports the following conversions: More conversions can be defined by implementing the `ToSql` and `FromSql` traits. -The [postgres-deriving](https://github.com/sfackler/rust-postgres-deriving) +The [postgres-derive](https://github.com/sfackler/rust-postgres-derive) crate will synthesize `ToSql` and `FromSql` implementations for enum, domain, and composite Postgres types.