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 } }