diff --git a/README.md b/README.md index 7d8becd..d04ada8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # byjoby/html-object-strings -[![Tests and analysis](https://github.com/jobyone/html-object-strings/actions/workflows/tests.yaml/badge.svg)](https://github.com/jobyone/html-object-strings/actions/workflows/tests.yaml) +[![PHPStan](https://github.com/jobyone/html-object-strings/actions/workflows/phpstan.yaml/badge.svg)](https://github.com/jobyone/html-object-strings/actions/workflows/phpstan.yaml) +[![PHPUnit](https://github.com/jobyone/html-object-strings/actions/workflows/phpunit.yaml/badge.svg)](https://github.com/jobyone/html-object-strings/actions/workflows/phpunit.yaml) A library used for building and manipulating HTML tags, fragments, and documents through an object-oriented interface.