diff --git a/README.md b/README.md new file mode 100644 index 0000000..a0a83c7 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# zenstruck/assert-html + +[![CI](https://github.com/zenstruck/assert-html/actions/workflows/ci.yml/badge.svg)](https://github.com/zenstruck/assert-html/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/zenstruck/assert-html/branch/1.x/graph/badge.svg?token=D7zO8MCRjg)](https://codecov.io/gh/zenstruck/assert-html) + +Fluent html assertions _plugin_ for [`zenstruck/assert`](https://github.com/zenstruck/assert). + +## Installation + +```bash +composer require --dev zenstruck/assert-html +``` + +## Usage + +[Documentation](https://github.com/zenstruck/assert#html-expectations).