From c1c19dc927fe4b29fa7b277264c05bda946d5405 Mon Sep 17 00:00:00 2001 From: Harry Liu <2411mail@gmail.com> Date: Tue, 24 Sep 2019 18:42:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38ebbf4856..5e57ff75626 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The code is built using React-Native and running code locally requires a Mac or - Now clone this repo and then install all our dependencies ```bash -cd MetaMask +cd metamask-mobile yarn install ```