Skip to content

Commit

Permalink
fix: marked --help (#2991)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Sep 18, 2023
1 parent a080469 commit 43643b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main.js
Expand Up @@ -32,7 +32,7 @@ export async function main(nodeProcess) {
};

const __dirname = dirname(fileURLToPath(import.meta.url));
const helpText = await readFile(resolve(__dirname, '../man/marked.1.txt'), 'utf8');
const helpText = await readFile(resolve(__dirname, '../man/marked.1.md'), 'utf8');

// eslint-disable-next-line promise/param-names
await new Promise(res => {
Expand Down

1 comment on commit 43643b3

@vercel
Copy link

@vercel vercel bot commented on 43643b3 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.