Skip to content

Commit ec97f03

Browse files
committed
Fixes badge alignment
1 parent ceef6d5 commit ec97f03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# Lean package validator
22

3+
<p align="center">
34
![Test Status](https://github.com/raphaelstolt/lean-package-validator/workflows/test/badge.svg)
45
[![Version](http://img.shields.io/packagist/v/stolt/lean-package-validator.svg?style=flat)](https://packagist.org/packages/stolt/lean-package-validator)
56
![PHP Version](https://img.shields.io/badge/php-8.1+-ff69b4.svg)
67
[![composer.lock available](https://poser.pugx.org/stolt/lean-package-validator/composerlock)](https://packagist.org/packages/stolt/lean-package-validator)
78
[![PDS Skeleton](https://img.shields.io/badge/pds-skeleton-blue.svg?style=flat)](https://github.com/php-pds/skeleton)
9+
</p>
810

911
<p align="center">
1012
<img src="lpv-logo.png"
1113
alt="Lean package validator logo">
1214
</p>
1315

14-
The lean package validator is a utility tool that validates a project/micro-package
16+
The lean package validator or its abbreviation lpv is a utility tool that validates a project/micro-package
1517
for its `leanness`. A project/micro-package is considered `lean` when its common
1618
repository artifacts won't be included in release assets.
1719

0 commit comments

Comments
 (0)