From 038900ec6da1ce020504e788df4521779e7ceebe Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Sat, 9 Sep 2023 14:39:42 +0100 Subject: [PATCH] feat: Refactors readme to make executable code one click copy-able Would resolve https://github.com/bstanfield/wren-api-tutorial/issues/7 if merged --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd9e9a7..80cc89f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ Create a sample offset order using Wren.co's API. wren.co/api ## Getting started -- `npm install` -- Create a .env file and enter your Wren API Token: WREN_API_TOKEN=xxx -- Run `node app.js` to place a sample offset order for 1 ton of CO2! - +- After cloning run +``` +npm install +``` +- Create a `.env` file and enter your Wren API Token: `WREN_API_TOKEN=xxx` +- Run the following command to place a sample offset order for 1 ton of CO2! +``` +`node app.js +```