From 3b459bb4d1a8f7d10a9e8a6a01b68deac09126a1 Mon Sep 17 00:00:00 2001 From: harshmarolia <53485461+HarshMarolia@users.noreply.github.com> Date: Thu, 1 Oct 2020 09:00:08 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b2c778..eeebd9e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ php-htmldiff ======= -*A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.* +*An awesome 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.