Skip to content

Commit c7163e1

Browse files
committed
Updates SpojeNetIT logo link to use HTML with alt text
Replaces the Markdown link to the SpojeNetIT logo with an HTML-based link that includes an `alt` attribute and specifies the image height. This improves accessibility and ensures consistent rendering across different platforms.
1 parent 5e777a1 commit c7163e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A PHP library for parsing Czechoslovak ABO (Account Bank Operations) format file
44

55
[![PHP Version](https://img.shields.io/badge/PHP-8.4+-blue.svg)](https://www.php.net/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
7+
[![Build Status](https://img.shields.io/github/actions/workflow/status/Spoje-NET/php-abo-parser/ci.yml?branch=main)](https://github.com/Spoje-NET/php-abo-parser/actions)
8+
[![Coverage Status](https://img.shields.io/codecov/c/github/Spoje-NET/php-abo-parser?style=flat-square)](https://codecov.io/gh/Spoje-NET/php-abo-parser)
9+
[![PHPStan Level](https://img.shields.io/badge/PHPStan-Level%206-blueviolet.svg)](https://phpstan.org/)
10+
[![Downloads](https://img.shields.io/packagist/dt/spojenet/abo-parser.svg)](https://packagist.org/packages/spojenet/abo-parser)
11+
[![Last Commit](https://img.shields.io/github/last-commit/Spoje-NET/php-abo-parser.svg)](https://github.com/Spoje-NET/php-abo-parser/commits/main)
12+
713

814
## Features
915

@@ -317,4 +323,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
317323
- Czech and Slovak banking institutions for ABO format specification
318324
- Contributors and maintainers
319325

320-
[[SpojeNetIT s.r.o.](spojentetitlogo.svg?raw=true)](https://spojenet.cz)
326+
<a href="https://spojenet.cz"><img src="spojentetitlogo.svg" alt="SpojeNetIT s.r.o." height="40"></a>

0 commit comments

Comments
 (0)