aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 5f27fcc..10f02b2 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Move to next and previous tags in a SGML document, including XML and HTML. Use
Prepended counts work, e.g. 5<leader>. as do operations, e.g. d<leader>. and
visual mode e.g. v<leader>,. Doesn't match SGML comments or !DOCTYPES.
-{operator}{count}\. Move to start of next tag, if one exists.
+[operator][count]<leader>. Move to start of next tag, if one exists.
-{operator}{count}\, Move to start of previous tag, if one exists.
+[operator][count]<leader>, Move to start of previous tag, if one exists.