Skip to content

Commit 562ca3c

Browse files
committed
Fix header
1 parent b5493d7 commit 562ca3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ On MacOS or Windows systems, we recommend either using a VM or the provided `.de
244244
- `test-registry`: stands up a local registry for caching images used in tests.
245245

246246
<!--- PLEASE DO NOT MODIFY THIS SECTION. IT IS AUTOMATICALLY GENERATED. --->
247-
<!--- start-flags --->## Flags
247+
<!--- start-flags --->
248+
## Flags
248249

249250
| Flag | Env | Default | Description |
250251
| - | - | - | - |

scripts/docsgen/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func main() {
2222
}
2323

2424
options := envbuilder.Options{}
25-
mkd := "## Flags\n\n" + options.Markdown()
25+
mkd := "\n## Flags\n\n" + options.Markdown()
2626
modifiedContent := readmeContent[:startIndex+len("<!--- start-flags --->")] + mkd + readmeContent[endIndex:]
2727

2828
err = os.WriteFile(readmePath, []byte(modifiedContent), 0644)

0 commit comments

Comments
 (0)