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 +```