Skip to content

Commit 8a346b9

Browse files
committed
docs: update badges to use shields.io
1 parent e7a0227 commit 8a346b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Hashids::decode('1LLb3b4ck');
1515
$hashidsManager->encode(911);
1616
```
1717

18-
[![Build Status](https://badgen.net/github/checks/vinkla/laravel-hashids?label=build&icon=github)](https://github.com/vinkla/laravel-hashids/actions)
19-
[![Monthly Downloads](https://badgen.net/packagist/dm/vinkla/hashids)](https://packagist.org/packages/vinkla/hashids/stats)
20-
[![Latest Version](https://badgen.net/packagist/v/vinkla/hashids)](https://packagist.org/packages/vinkla/hashids)
18+
[![Build Status](https://img.shields.io/github/actions/workflow/status/vinkla/laravel-hashids/phpunit.yml?branch=master&label=tests)](https://github.com/vinkla/laravel-hashids/actions)
19+
[![Monthly Downloads](https://img.shields.io/packagist/dm/vinkla/hashids)](https://packagist.org/packages/vinkla/hashids/stats)
20+
[![Latest Version](https://img.shields.io/packagist/v/vinkla/hashids)](https://packagist.org/packages/vinkla/hashids)
2121

2222
<a href="https://sqids.org/">
2323
<img align="right" src="https://github.com/user-attachments/assets/75864e3a-483c-4b6f-9b0b-66f5e3d6e736" alt="Sqids" width="100" height="100">

0 commit comments

Comments
 (0)