Fix typo in README (#392)

This commit is contained in:
andrewtoth 2021-03-18 05:46:16 +00:00 committed by GitHub
parent daded2614f
commit 151516214b

View File

@ -79,7 +79,7 @@ Install mempool dependencies from npm and build the backend:
```bash ```bash
# backend # backend
cd ../backend/ cd backend
npm install npm install
npm run build npm run build
``` ```