README.md: Mention git range-diff

Josh Triplett created

Change summary

README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

README.md 🔗

@@ -34,7 +34,7 @@ As you change a patch series, git-series can show diffs between versions,
 finding and showing the correspondence between the old and new versions of each
 commit, even after changing or rebasing those commits.  The series diff format
 shows corresponding old and new commits side-by-side, with interdiffs for
-modified commits.
+modified commits. (This is similar to the `git range-diff` format.)
 
 Building and installing
 =======================