Skip to content

Commit

Permalink
fic(docs): correct metric image centering. (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Movrsi committed Oct 5, 2023
1 parent 1e8d436 commit c430d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/readme/partials/documentation/setup/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Update profile `README.md` to include rendered image (filename may differ if `fi

*Example: add rendered image with html for more customization*
```html
<img align="center" src="/github-metrics.svg" alt="Metrics" width="400">
<p align="center"><img src="/github-metrics.svg" alt="Metrics" width="400"></p>
```

*Example: add rendered image and prevent GitHub from auto linking to the image*
Expand Down

0 comments on commit c430d64

Please sign in to comment.