From d8b44511ab4b7abbc40d43fd84d4dc4eae92d6a9 Mon Sep 17 00:00:00 2001 From: wenpinghou Date: Wed, 22 Jan 2020 12:01:15 +0800 Subject: [PATCH] change MPC to lower case --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 98ba585..b42d725 100644 --- a/README_zh.md +++ b/README_zh.md @@ -32,7 +32,7 @@ ``` # sh compute.sh ``` -如果你的系统是Windows, 下载`params`文件放在MPC目录下,然后在该目录下执行以下命令: +如果你的系统是Windows, 下载`params`文件放在mpc目录下,然后在该目录下执行以下命令: ``` # cargo run --release --bin compute ```