Skip to content

Commit fe8ef42

Browse files
committed
Updated README.md
1 parent ad197a6 commit fe8ef42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ parseInputs(['src/**/*.js'], {
100100
'layout': 'markdown'
101101
}).then(content => {
102102

103-
console.log(`${content}\n`);
103+
process.stdout.write(content);
104104

105105
})
106106
```

0 commit comments

Comments
 (0)