From d1978c7d1c685800997f982a0ae9cff1e45df70c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 29 Nov 2020 18:38:45 +0000 Subject: [PATCH] Added build status badge --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index be73074..d33d81d 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # PHP HtmlDiff +[![Build Status](https://github.com/ssddanbrown/htmldiff/workflows/phpunit/badge.svg)](https://github.com/ssddanbrown/htmldiff/actions) + This library will compare two provided HTML string inputs and output HTML, tagged with the differences between the two. This is a PHP port of the [c# implementation found here](https://github.com/Rohland/htmldiff.net) which is a port of the [ruby implementation found here](https://github.com/myobie/htmldiff). Major credit to [@Rohland](https://github.com/Rohland) and [@myobie](https://github.com/myobie) for their original work which I have just simply translated to PHP.