fic(docs): correct metric image centering. (#1541)

This commit is contained in:
Movrsi
2023-10-05 01:57:36 +00:00
committed by GitHub
parent 1e8d436e6a
commit c430d64381

View File

@@ -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* *Example: add rendered image with html for more customization*
```html ```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* *Example: add rendered image and prevent GitHub from auto linking to the image*