Skip to content

Commit 54f6922

Browse files
fix
1 parent 361461b commit 54f6922

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,5 @@ Examples:
172172
/tmp/log.txt
173173
npx chrome-devtools-mcp@latest --help Print CLI options
174174
```
175+
175176
<!-- END AUTO GENERATED CLI -->

scripts/generate-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function updateReadmeWithConfigOptions(help: string): void {
119119
const before = readmeContent.substring(0, beginIndex + beginMarker.length);
120120
const after = readmeContent.substring(endIndex);
121121

122-
const updatedContent = before + '\n\n```sh\n' + help + '```\n' + after;
122+
const updatedContent = before + '\n\n```sh\n' + help + '```\n\n' + after;
123123

124124
fs.writeFileSync(README_PATH, updatedContent);
125125
console.log('Updated README.md with config options');

0 commit comments

Comments
 (0)