We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.
1 parent 61ed5dd commit 4cc70a5Copy full SHA for 4cc70a5
src/commands/readme.js
@@ -11,7 +11,7 @@ import getReadmeFile from '../get-readme-file.js';
11
const command = 'readme [input..]';
12
const description = 'inject documentation into your README.md';
13
14
-const defaultReadmeFile = getReadmeFile('.');
+const defaultReadmeFile = getReadmeFile(process.cwd());
15
16
/**
17
* Add yargs parsing for the readme command
0 commit comments