diff options
| author | beardedsakimonkey <54521218+beardedsakimonkey@users.noreply.github.com> | 2020-07-01 21:22:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-01 21:22:58 -0700 |
| commit | 0e4f6a69fd59f7e6da92ea393ea1e2009e5fcc5b (patch) | |
| tree | 611a8dee8f3f5b64909752019ca0a5991de70de6 | |
| parent | d79b0053239047525c1a8d659a7179c09dee47b8 (diff) | |
Fix example in README
| -rw-r--r-- | README.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc index b9852bc1..0ca788a3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -578,7 +578,7 @@ One way to get a multiselection is via the `s` key. For example, to change all occurrences of word 'roger' to word 'marcel' in a paragraph, here is what can be done: - * select the paragraph with enough `x` + * select the paragraph with enough `X` * press `s` and enter roger, then enter * now paragraph selection was replaced with multiselection of each roger in the paragraph |
