Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit d1978c7

Browse files
committed
Added build status badge
1 parent 1aa7cf0 commit d1978c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PHP HtmlDiff
22

3+
[![Build Status](https://github.com/ssddanbrown/htmldiff/workflows/phpunit/badge.svg)](https://github.com/ssddanbrown/htmldiff/actions)
4+
35
This library will compare two provided HTML string inputs and output HTML, tagged with the differences between the two.
46

57
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.

0 commit comments

Comments
 (0)