summaryrefslogtreecommitdiff
path: root/std/node/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/README.md')
-rw-r--r--std/node/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/README.md b/std/node/README.md
index bbd168825..8d5dc5567 100644
--- a/std/node/README.md
+++ b/std/node/README.md
@@ -69,7 +69,7 @@ they are stable:
## CommonJS Module Loading
`createRequire(...)` is provided to create a `require` function for loading CJS
-modules.
+modules. It also sets supported globals.
```ts
import { createRequire } from "https://deno.land/std/node/module.ts";