Skip to content

Commit 062b54c

Browse files
committed
Clean-up the readme links
1 parent 53ea263 commit 062b54c

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# open-location-code-php
2-
![Packagist License](https://img.shields.io/packagist/l/vectorial1024/open-location-code-php?style=plastic)
3-
![Packagist Version](https://img.shields.io/packagist/v/vectorial1024/open-location-code-php?style=plastic)
4-
![Packagist Downloads](https://img.shields.io/packagist/dm/vectorial1024/open-location-code-php?style=plastic)
5-
![PHP Dependency Version](https://img.shields.io/packagist/dependency-v/vectorial1024/open-location-code-php/php?style=plastic&label=PHP)
6-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Vectorial1024/open-location-code-php/php.yml?style=plastic)
2+
![Packagist License][packagist-license-image]
3+
![Packagist Version][packagist-version-image]
4+
![Packagist Downloads][packagist-downloads-image]
5+
![PHP Dependency Version][php-version-image]
6+
![GitHub Actions Workflow Status][php-build-status-image]
77

88
This is a modern PHP port of the `google/open-location-code` repository. Please visit https://github.com/google/open-location-code for discussion and up-to-date information about **Open Location Code ("OLC", aka "Plus Code")** itself. This repository only concerns the PHP implementation.
99

@@ -136,3 +136,9 @@ Then:
136136
```sh
137137
composer run-script test
138138
```
139+
140+
[packagist-license-image]: https://img.shields.io/packagist/l/vectorial1024/open-location-code-php?style=plastic
141+
[packagist-version-image]: https://img.shields.io/packagist/v/vectorial1024/open-location-code-php?style=plastic
142+
[packagist-downloads-image]: https://img.shields.io/packagist/dm/vectorial1024/open-location-code-php?style=plastic
143+
[php-version-image]: https://img.shields.io/packagist/dependency-v/vectorial1024/open-location-code-php/php?style=plastic&label=PHP
144+
[php-build-status-image]: https://img.shields.io/github/actions/workflow/status/Vectorial1024/open-location-code-php/php.yml?style=plastic

0 commit comments

Comments
 (0)