From 06d757347821232e165d937726c9118b102125e1 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 756d14cf9d..5e3c4d0b63 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -4,7 +4,7 @@ description = "Blockchain, Rebuilt for Scale" version = "0.12.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"