From 9fa908be9b5c94d69683360bec6384aa4a85f1ab Mon Sep 17 00:00:00 2001 From: Kevin Choubacha Date: Fri, 20 Apr 2018 14:53:12 -0700 Subject: [PATCH] Change location of readme --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 431021b..bf20b84 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -3,7 +3,7 @@ name = "stellar-client" version = "0.1.0" authors = ["Kevin Bacha "] -readme = "README.md" +readme = "../README.md" repository = "https://github.com/kbacha/stellar-sdk" homepage = "https://github.com/kbacha/stellar-sdk"