summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-01-22 20:19:36 -0800
committerWilfred Hughes <me@wilfred.me.uk>2023-01-22 20:19:36 -0800
commit9ce60140ce9d2476e005329447f6043c82036709 (patch)
treeb518c591d042ccc71b939141a5a591075bed2d85 /README.md
parentedb51ece86bcd0bde7da52f893bdd0e98e5735d5 (diff)
Update screenshot and ensure sample files match
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a9e02d47..307b678e2 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,8 @@ In this JavaScript example, we can see:
whitespace.
(2) Difftastic understands which lines should be aligned. It's aligned
-`bar()` on the left with `bar(1)` on the right, despite their changes.
+`bar(1)` on the left with `bar(2)` on the right, even though the
+textual content isn't identical.
(3) Difftastic understands that line-wrapping isn't
meaningful. `"eric"` is now on a new line, but it hasn't changed.