We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea8e49 commit c6749bcCopy full SHA for c6749bc
doc/api/readline.md
@@ -33,7 +33,7 @@ The following simple example illustrates the basic use of the `readline` module.
33
34
```mjs
35
import * as readline from 'node:readline/promises';
36
-import { stdin as input, stdout as output } from 'process';
+import { stdin as input, stdout as output } from 'node:process';
37
38
const rl = readline.createInterface({ input, output });
39
0 commit comments