From ab55d2cfa77bf2081b4512f5eb8d23c69fcdb527 Mon Sep 17 00:00:00 2001 From: Aman Gupta <64434625+amann12@users.noreply.github.com> Date: Thu, 1 Oct 2020 20:11:51 +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..1eecbf3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -php-htmldiff +php-html diff ======= -*A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.* +*A library for comparing two HTML files/snippets and highlighting the differences in between them, using simple HTML.* This HTML Diff implementation is a PHP port of the ruby implementation found at https://github.com/myobie/htmldiff.