From 151516214b2d69596a423314d74154489716a143 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 ```