From 09e6ca7eba1b52891139670867356b3cfeb818f1 Mon Sep 17 00:00:00 2001 From: Daniel Gustaw Date: Tue, 8 Sep 2020 12:23:35 +0200 Subject: [PATCH] Typo fix (#68) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 633ec49..81437a1 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ const options = { // or, pass config options avalible on dotenv module const options = { dotenv: { - path: `${__dirname}/.env` + path: `${__dirname}/.env`, debug: true } }