From 295019ec08e87aa7ee531fd31db7ba13b7771e28 Mon Sep 17 00:00:00 2001 From: Samantha Nguyen Date: Tue, 11 Mar 2025 13:02:20 -0500 Subject: [PATCH 1/2] docs: update badges in README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba78f43..b682856 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # DataUrl [![Packagist][packagist-badge]][packagist-url] [![License][license-badge]][license-url] +[![Docs][docs-badge]][docs-url] [![CI][ci-badge]][ci-url] -[![Codecov][codecov-badge]][codecov-url] +[![Code coverage][codecov-badge]][codecov-url] [packagist-badge]: https://img.shields.io/packagist/v/neoncitylights/data-url?style=flat-square [packagist-url]: https://packagist.org/packages/neoncitylights/data-url [license-badge]: https://img.shields.io/badge/License-MIT-blue?style=flat-square [license-url]: #license +[docs-badge]: https://img.shields.io/github/deployments/php-lights/data-url/github-pages?label=docs&style=flat-square +[docs-url]: https://php-lights.github.io/data-url/ [ci-badge]: https://img.shields.io/github/actions/workflow/status/php-lights/php-data-url/.github/workflows/php.yml?style=flat-square [ci-url]: https://github.com/php-lights/php-data-url/actions/workflows/php.yml [codecov-badge]: https://img.shields.io/codecov/c/github/php-lights/data-url?style=flat-square From 2a71f20e47c8f777f38bd21b71dcee4b6807f9f6 Mon Sep 17 00:00:00 2001 From: Samantha Nguyen Date: Tue, 11 Mar 2025 13:05:34 -0500 Subject: [PATCH 2/2] update default-package-name --- phpdoc.dist.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 97b8d54..95fb548 100644 --- a/phpdoc.dist.xml +++ b/phpdoc.dist.xml @@ -10,7 +10,7 @@ - neoncitylights/data-url + DataUrl src