From baa75b77a7804d595cfa2732e2d5452a91f754dc Mon Sep 17 00:00:00 2001 From: andrewtoth Date: Thu, 18 Mar 2021 05:46:16 +0000 Subject: [PATCH] Fix typo in README (#392) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e65422775..deb89708f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Install mempool dependencies from npm and build the backend: ```bash # backend - cd ../backend/ + cd backend npm install npm run build ```