Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 20, 2024
1 parent fc24572 commit 6ac9103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/echo_services_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def to_row(values: Iterable):


def generate_markdown_table(openapi_files: list[tuple[Path, Path]]) -> str:
title = ("service", "openapi specs", "", "docker")
title = ("service", "rest API", "", "docker")
lines = ["-" * 10] * len(title)

table = to_row(title)
Expand Down

0 comments on commit 6ac9103

Please sign in to comment.