From 4758cddea61c1ea6466af09d39f7c607e06ef0e0 Mon Sep 17 00:00:00 2001 From: tarinivenkataraman <72185428+tarinivenkataraman@users.noreply.github.com> Date: Fri, 2 Oct 2020 23:44:55 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b2c778..47d8c49 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ -php-htmldiff +php-htmldiff-to showcase and compare two HTML files/snippets and highlighting the differences using simple HTML. ======= -*A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.* - This HTML Diff implementation is a PHP port of the ruby implementation found at https://github.com/myobie/htmldiff. - This is also available in C# at https://github.com/Rohland/htmldiff.net. - License ------- php-htmldiff is available under [GNU General Public License, version 2] (http://www.gnu.org/licenses/gpl-2.0.html).