branch: elpa/evil-lisp-state
commit 33602d3edc52765b45bce912a531e269b9c13221
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>
Typo in readme
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 9b78ef7489..0692569b02 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ both `evil` and `smartparens` to be installed.
## Configuration
-Example of a configuration overriding the `L` key bindings of `<tab>ormal
state`
+Example of a configuration overriding the `L` key bindings of `normal state`
in order to trigger the `lisp state`.
```elisp
@@ -68,8 +68,8 @@ Corresponding backward version of a command is performed by a
common prefix
whose value is determined by the custom variable
`evil-lisp-state-backward-prefix`. Default value is `<tab>`.
-For instance, `slurping forward` is performed with `s` and the backward
-version `slurping backward` with `<tab>s`.
+For instance, `sp-forward-slurp-sexp` is performed with `s` and the backward
+version `sp-backward-slurp-sexp` with `<tab>s`.
## Intuitive navigation model