From 101e1a7b066097b88fa55c022f20ff9f8d6fa974 Mon Sep 17 00:00:00 2001 From: Anirudh Karanth <97871145+AnirudhKaranth@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:15:47 +0530 Subject: [PATCH] Updated a link in README.md One of the links led to a non-existent page, I've updated it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e479b124..1d6907c4 100644 --- a/README.md +++ b/README.md @@ -561,7 +561,7 @@ import errorReporter from './errorReporter.mjs' errorReporter.report(new Error('documented example')) ``` -Does that make sense? It's a bit unintuitive, but it is how importing of ES6 modules work. Here is a [working example of this pitfall](https://github.com/dotenv-org/examples/tree/master/dotenv-es6-import-pitfall). +Does that make sense? It's a bit unintuitive, but it is how importing of ES6 modules work. Here is a [working example of this pitfall](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-es6-import-pitfall). There are two alternatives to this approach: