File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff 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' ) ;
You can’t perform that action at this time.
0 commit comments