From fee4b98d9fea197a89f2c7e1fe22b42db0160bbe Mon Sep 17 00:00:00 2001 From: xfarrow <49845537+xfarrow@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:02:16 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fad32d3..099369f 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ dircomp - A directory comparison tool ## Description dircomp is a program for evaluating whether two directories are equivalent. -Two directories are considered equivalent if and only if these conditions apply: +Two directories are considered to be 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. +if they have the same name, including extension, and same content; * For each folder in a directory, there is a folder with the same name in the other. If the recursive option is applied, then another condition must hold true: