readme: fix image tag #1

merged
opened by oppi.li targeting main

the closing bracket was missing from the CI badge

Changed files
+1 -1
+1 -1
README.md
···
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" />
</a>
<a href="https://github.com/tsirysndr/tunein-cli/actions/workflows/ci.yml">
-
<img src="https://github.com/tsirysndr/tunein-cli/actions/workflows/ci.yml/badge.svg"
+
<img src="https://github.com/tsirysndr/tunein-cli/actions/workflows/ci.yml/badge.svg" />
</a>
</p>