diff --git a/README.md b/README.md index 4a66e26..68d17a0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a simple extension to GIT that reports the word count difference between any two commits. It accepts any standard range -arguments, such as HEAD^..HEAD or .., and tells you how +arguments, such as HEAD^..HEAD or <path>..<path>, and tells you how many words you added since your last commit, minus how many words you have removed.