Fix typo in README (#392)

This commit is contained in:
andrewtoth 2021-03-18 05:46:16 +00:00 committed by GitHub
parent f2a08444fe
commit baa75b77a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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