Skip to content

Commit

Permalink
Merge pull request #21 from humanitec-architecture/fix-mermaid-rendering
Browse files Browse the repository at this point in the history
Fix Mermaid chart layout
  • Loading branch information
TobiasBabin authored Feb 4, 2025
2 parents 61fb436 + 4f26f27 commit d6c153f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This example uses username and password authentication, checkout [../postgres/RE
```mermaid
graph TD;
subgraph VPC
subgraph server["MySQL CloudSQL Database Instance"]
subgraph server["MySQL CloudSQL Database Instance"]
database["CloudSQL Database"]
user["CloudSQL User"]
end
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ subgraph GCP IAM
end
subgraph VPC
subgraph server["PostgreSQL CloudSQL Database Instance"]
subgraph server["PostgreSQL CloudSQL Database Instance"]
database["CloudSQL Database"]
user["CloudSQL User"]
end
Expand Down

0 comments on commit d6c153f

Please sign in to comment.