From b0c4cb9ddcbf15c4506c9409bed22d7e7fb09586 Mon Sep 17 00:00:00 2001 From: xfarrow Date: Mon, 17 Apr 2023 07:06:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 537d743..e3eb72b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ dircomp - A directory comparison tool ## Description dircomp is a program for evaluating wether two directories are equivalent. -Two directories are equivalent if and only if these conditions apply: +Two directories are considered equivalent if and only if these conditions apply: * They have the same number of files and folders; * For each file in a directory, there is the same file in the other. Two files are considered to be the same if they have the same name, including extension, and same content.