Skip to content

Commit

Permalink
docs: fix image aspect ratio (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Sep 21, 2024
1 parent fb904f2 commit a2381ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The resulting tarball can than be added to your project's dependencies in `packa
The following is an example of the output of Mycelium for a small network with two levels of hierarchy. The information that is shown for each node is fully customizable.

<p align="center">
<img src="https://raw.githubusercontent.com/apple/ml-mycelium/main/example.png" alt="Mycelium example" height="600" />
<img src="https://raw.githubusercontent.com/apple/ml-mycelium/main/example.png" alt="Mycelium example" style="max-height: 600" />
</p>

## Deployment
Expand Down

0 comments on commit a2381ee

Please sign in to comment.