Point the serde_json readme at the root readme

This commit is contained in:
Erick Tryzelaar 2015-08-07 12:05:01 -07:00
parent da3bf3c20a
commit a142d319e7

View File

@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
description = "A JSON serialization file format"
repository = "https://github.com/serde-rs/serde"
documentation = "http://serde-rs.github.io/serde/serde"
readme = "README.md"
readme = "../README.md"
keywords = ["serialization", "json"]
[dependencies]