branch: externals/diff-hl
commit f1228602bfaac831e65394967ed70bd3c4264b24
Author: Dmitry Gutov <dmi...@gutov.dev>
Commit: Dmitry Gutov <dmi...@gutov.dev>

    Clarify README more about diff-hl-flydiff-mode
    
    Resolves #241
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c1446bbeb2..3005c08da4 100644
--- a/README.md
+++ b/README.md
@@ -72,8 +72,8 @@ Notes
 =====
 
 * By default `diff-hl-mode` only updates the display when the buffer is in
-  saved state. For a different tradeoff, try `diff-hl-flydiff-mode`, which
-  updates the buffer on a timer.
+  saved state. For a different tradeoff, also enable `diff-hl-flydiff-mode`,
+  which makes the updates happen on a timer.
 
 * To use an
   [alternative diff 
algorithm](http://stackoverflow.com/questions/32365271/whats-the-difference-between-git-diff-patience-and-git-diff-histogram)

Reply via email to