From c1229b9b496324725c38233fc59142025e7a4ed5 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Mon, 13 Jan 2014 09:08:04 -0800 Subject: [PATCH] Embedded HTML makes README sad. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.