From 49474db737310d743bc2d8520250562d2db08b43 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Wed, 5 Apr 2023 12:51:50 -0400 Subject: [PATCH] docs: add --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md 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).