From 69c2c4e77d61c9bb295b3d33a938c6fbbff804a8 Mon Sep 17 00:00:00 2001 From: Robert Dyer Date: Mon, 12 Aug 2024 11:16:33 -0500 Subject: [PATCH] remove $ from README console commands --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2266da2..b9980ab 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ GoCardless/SimpleFIN. To run: ```console -$ node sync-banks.js +node sync-banks.js ``` It is recommended to run this script once per day or week. @@ -117,7 +117,7 @@ setting `INTEREST_PAYEE_NAME` in the `.env` file. To run: ```console -$ node apply-interest.js +node apply-interest.js ``` It is recommended to run this script once per month. @@ -147,7 +147,7 @@ You can optionally change the payee used for the transactions by setting To run: ```console -$ node zestimate.js +node zestimate.js ``` It is recommended to run this script once per month. @@ -185,7 +185,7 @@ You can optionally change the payee used for the transactions by setting To run: ```console -$ node kbb.js +node kbb.js ``` It is recommended to run this script once per month. Note that you will have @@ -245,7 +245,7 @@ token by setting `SIMPLEFIN_CREDENTIALS` in the `.env` file. To run: ```console -$ node track-investments.js +node track-investments.js ``` It is recommended to run this script once per month.