Skip to content

Commit

Permalink
docs(README): update screenshot display and add caption
Browse files Browse the repository at this point in the history
Fixes #20

- Add figcaption to give credit to the font used in the screenshot
- Improve accessibility by adding an alt attribute to the image
  • Loading branch information
ShenMian committed Feb 1, 2025
1 parent ca551f9 commit 532d307
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

A terminal-based real-time satellite tracking and orbit prediction application.

<p align="center"><img src="docs/screenshot.png" width=80%></p>
<figure style="text-align: center;">
<img src="docs/screenshot.png" alt="Screenshot">
<figcaption>
<small><i>The font used in the screenshot is <a href="https://github.com/microsoft/cascadia-code">Cascadia Code NF</a>.</i></small>
</figcaption>
</figure>

## Features

Expand Down

0 comments on commit 532d307

Please sign in to comment.