Skip to content

Commit

Permalink
docs: correct import name (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastercuber committed Apr 28, 2023
1 parent 9b99750 commit f3479f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ Options are same as `evalModule`.
- All usages of `import.meta.url` will be replaced with `url` or `from` option
```js
import { toDataURL } from "mlly";
import { transformModule } from "mlly";
console.log(transformModule(`console.log(import.meta.url)`), {
url: "test.mjs",
});
Expand Down

0 comments on commit f3479f0

Please sign in to comment.