summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@users.noreply.github.com>2015-04-25 12:06:11 -0400
committerAlex Goodman <wagoodman@users.noreply.github.com>2015-04-25 12:06:11 -0400
commite3edeecac64d532ff8d33a761f066a459a321560 (patch)
treef395d13fa7a0f5258ae6eaed28217dc062c0f708
parentfb4013c2378e11198c26cc618d7c0e4ce126cba9 (diff)
downloadwsdiff-e3edeecac64d532ff8d33a761f066a459a321560.tar.gz
wsdiff-e3edeecac64d532ff8d33a761f066a459a321560.tar.bz2
wsdiff-e3edeecac64d532ff8d33a761f066a459a321560.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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