From f7cfd67acf21469248025d2f47c5660eb33a89cd Mon Sep 17 00:00:00 2001 From: escapedcat Date: Wed, 15 Jan 2025 18:04:19 +0100 Subject: [PATCH] docs: fix typo and layout --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f21468..046c91e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ ### Build project -1. Create `.env` (Copy `.env.example` and sane as `.env`) +1. Create `.env` + Copy `.env.example` and save as `.env` 1. `yarn build` _NOTE:_ BTC Map uses the latest LTS version of [node](https://nodejs.org/). If you have [NVM](https://github.com/nvm-sh/nvm), you can simply run `nvm use` in the root directory of the repo to switch to the supported node version.