Skip to content

Commit 5d00dd9

Browse files
committedNov 4, 2023
Merge branch 'master' of github.com:motdotla/dotenv
2 parents 01000f0 + fc60b1b commit 5d00dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ import errorReporter from './errorReporter.mjs'
551551
errorReporter.report(new Error('documented example'))
552552
```
553553

554-
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).
554+
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).
555555

556556
There are two alternatives to this approach:
557557

0 commit comments

Comments
 (0)
Please sign in to comment.