Skip to content

Commit

Permalink
Fix bad code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jan 4, 2025
1 parent 4251f22 commit 5b0f8c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ Here’s a conceptual example demonstrating how to use load-esm to dynamically l
```ts
import {loadEsm} from 'load-esm';

/**
* Import 'file-type' ES-Module in CommonJS Node.js module
*/
(async () => {
const esmModule = await loadEsm('esm-module');
})();
Expand Down

0 comments on commit 5b0f8c0

Please sign in to comment.