From 8ffe7fdf128ead9f287ac161424cc377ee4cce68 Mon Sep 17 00:00:00 2001 From: Alessandro Cifani Date: Thu, 9 May 2024 10:15:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6b0c9f..167fc23 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can create an `.env` file or export them to your shell manually. node --env-file=.env ./dist/index.js # or export them on your shell however you want -export FINECO_USER_ID=12345678 +export ACTUAL_SERVER_URL=https://my-actual.server.dev/ export ... node ./dist/index.js