From e3edeecac64d532ff8d33a761f066a459a321560 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Sat, 25 Apr 2015 12:06:11 -0400 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 732669a..b37b0df 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ A python script that takes two files and compares the differences between them ( diff2HtmlCompare.py [-h] [-v] file1 file2 positional arguments: - file1 source file to compare ("before" file). - file2 source file to compare ("after" file). + file1 file to compare ("before" file). + file2 file to compare ("after" file). optional arguments: -h, --help show this help message and exit -- cgit