From 2d41ceca70abcf1ce8945637b5b7c8e55aefc384 Mon Sep 17 00:00:00 2001 From: harshjain74 <44750988+harshjain74@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:17:01 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b2c778..9d368c7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ php-htmldiff -======= +========== *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. @@ -7,5 +7,5 @@ This HTML Diff implementation is a PHP port of the ruby implementation found at 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).