Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit b9d10e7

Browse files
committed
Fix readme reference
1 parent 5ec37c9 commit b9d10e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Deriving plugin support for Postgres enum, domain, and composite types"
77
repository = "https://github.com/sfackler/rust-postgres-derive"
8-
readme = "../README.md"
8+
readme = "README.md"
99
keywords = ["database", "postgres", "postgresql", "sql"]
1010

1111
[lib]

0 commit comments

Comments
 (0)