Skip to content

Commit

Permalink
refactor: update image widths in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ouhammmourachid committed Aug 10, 2024
1 parent a21a558 commit 49448ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rendered_graph # !! note this only works in the notebook that rendered the html.

<p align="center">
<img src="https://github.com/user-attachments/assets/8476ec24-b41f-4a88-9c30-a2478a2c0fd8" alt="Example Flowchart"
style="width: 30%;">
style="width: 50%;">
</p>

- using `mermaidjs` magic function in a notebook first `import mermaid as md`:
Expand All @@ -77,7 +77,7 @@ flowchart LR

<p align="center">
<img src="https://github.com/ouhammmourachid/mermaid-py/assets/93659459/d4d1b993-a33d-4eb0-82ae-2ad39bf30e90" alt="Example Flowchart"
style="width: 30%;">
style="width: 50%;">
</p>

- using `FlowChart` etc ...
Expand Down

0 comments on commit 49448ef

Please sign in to comment.