Skip to content

Commit

Permalink
Fix link to --buffersize section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusga committed Jul 12, 2019
1 parent 798a4c6 commit f738598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/render-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function renderHtml (jsonString) {
console.log('Try increase maxBuffer size with:');
console.log(` ${chalk.gray('-')} CLI --buffersize <size> (1024 * <size>)`);
console.log(` ${chalk.gray('-')} NodeJs API options.exec.maxBuffer 1024 * <size>`);
console.log(`${chalk.yellow('Readme:')} https://github.com/dutchenkoOleg/node-w3c-validator#-b---buffersize-path`);
console.log(`${chalk.yellow('Readme:')} https://github.com/dutchenkoOleg/node-w3c-validator#-b---buffersize-size`);
console.log('');
}
process.exit(1);
Expand Down

0 comments on commit f738598

Please sign in to comment.