summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/node/polyfills/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/README.md b/ext/node/polyfills/README.md
index 671d78bc4..ed9aef253 100644
--- a/ext/node/polyfills/README.md
+++ b/ext/node/polyfills/README.md
@@ -86,7 +86,7 @@ are stable:
modules. It also sets supported globals.
```ts
-import { createRequire } from "https://deno.land/std@$STD_VERSION/node/module.ts";
+import { createRequire } from "node:module";
const require = createRequire(import.meta.url);
// Loads native module polyfill.