Skip to content

Commit fc60b1b

Browse files
authoredOct 30, 2023
Merge pull request #779 from AnirudhKaranth/master
Updated a link in README.md. (issue: #778)
2 parents fab349b + 101e1a7 commit fc60b1b

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
@@ -561,7 +561,7 @@ import errorReporter from './errorReporter.mjs'
561561
errorReporter.report(new Error('documented example'))
562562
```
563563

564-
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).
564+
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).
565565

566566
There are two alternatives to this approach:
567567

0 commit comments

Comments
 (0)
Please sign in to comment.