From cc068e685974e689b5e8104627fd44c9cebc6414 Mon Sep 17 00:00:00 2001 From: Arthelon Date: Sat, 19 Sep 2020 09:55:11 -0400 Subject: [PATCH] chore: Add code block around npm commands in README Signed-off-by: Arthelon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8db0815..028859f9 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ A running instance of MongoDB is required this project. - Setup MongoDB with the instructions above - Clone this project to your computer - Navigate to this project in terminal and enter `npm install` -- Setup development environment variables by running npm run secrets +- Setup development environment variables by running `npm run secrets` - You will be prompted for a password. Ask your EM to send it to you. - - **NOTE:** Windows users need to run npm run secrets:login and npm run secrets:sync instead + - **NOTE:** Windows users need to run `npm run secrets:login` and `npm run secrets:sync` instead - Run the dev version of this project by entering `npm run dev` ### Styling