Skip to content

Commit c430d64

Browse files
author
Movrsi
authored
fic(docs): correct metric image centering. (lowlighter#1541)
1 parent 1e8d436 commit c430d64

File tree

1 file changed

+1
-1
lines changed
  • .github/readme/partials/documentation/setup

1 file changed

+1
-1
lines changed

.github/readme/partials/documentation/setup/action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Update profile `README.md` to include rendered image (filename may differ if `fi
127127

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

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

0 commit comments

Comments
 (0)