From abdd4f371b73162e7eeef15f39f4a2a231fe1926 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 12 Mar 2019 12:44:51 -0700 Subject: [PATCH] Adjust readme path --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index b4d32df15f..dca75e2f31 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -4,7 +4,7 @@ description = "Blockchain, Rebuilt for Scale" version = "0.13.0" documentation = "https://docs.rs/solana" homepage = "https://solana.com/" -readme = "README.md" +readme = "../README.md" repository = "https://github.com/solana-labs/solana" authors = ["Solana Maintainers "] license = "Apache-2.0"