From 65434697cbc9a13b26cf136d0539a057fc74860d Mon Sep 17 00:00:00 2001 From: yuelipeng Date: Mon, 30 Jul 2018 14:49:35 +0800 Subject: [PATCH] Update README.adoc typo fix --- substrate/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/README.adoc b/substrate/README.adoc index 85ee539b1e..f54896e5e2 100644 --- a/substrate/README.adoc +++ b/substrate/README.adoc @@ -149,7 +149,7 @@ You can either build it yourself (it takes a while...): [source, shell] ---- -ccd docker +cd docker ./build.sh ----