aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-19 00:32:00 +0900
committernsfisis <nsfisis@gmail.com>2025-10-19 00:32:00 +0900
commit695fe1387a7860fcb9bd00a40a1782d7ad3f93fc (patch)
tree561a9f04186cb2dc23e4669e6744a3ed90aeafc4 /README.md
parent3056c320d5ec3d52b2875a38ae1418497dfa6584 (diff)
downloadphp-next-after-695fe1387a7860fcb9bd00a40a1782d7ad3f93fc.tar.gz
php-next-after-695fe1387a7860fcb9bd00a40a1782d7ad3f93fc.tar.zst
php-next-after-695fe1387a7860fcb9bd00a40a1782d7ad3f93fc.zip
chore: update badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7e172a7..7420550 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# php-next-after
-![Packagist](https://img.shields.io/packagist/v/nsfisis/next-after)
-![GitHub Actions](https://img.shields.io/github/actions/workflow/status/nsfisis/php-next-after/test.yaml)
+[![Packagist](https://img.shields.io/packagist/v/nsfisis/next-after)](https://packagist.org/packages/nsfisis/next-after)
+[![Test](https://github.com/nsfisis/php-next-after/actions/workflows/test.yaml/badge.svg)](https://github.com/nsfisis/php-next-after/actions/workflows/test.yaml)
A PHP library that provides a port of Java's `Math.nextAfter()` family of functions.