Skip to content

Commit 13e5a86

Browse files
committed
docs: update badges to use shields.io
1 parent 202341f commit 13e5a86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![hashids](https://raw.githubusercontent.com/hashids/hashids.github.io/master/public/img/hashids.gif "Hashids")](https://hashids.org/)
22

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

77
**Hashids** is a small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database numeric ids to users: [https://hashids.org/php](https://hashids.org/php)
88

0 commit comments

Comments
 (0)