aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2f5a3ba..7ed86f3 100644
--- a/README.md
+++ b/README.md
@@ -540,7 +540,7 @@ concatenate each property by '+';
Traverse between important code points in HTML.
-- `<M-C-left>` is "Previous Edit Point" (`M-x emmet-next-edit-point`)
-- `<M-C-right>` is "Next Edit Point" (`M-x emmet-prev-edit-point`)
+- `<M-C-left>` is "Previous Edit Point" (`M-x emmet-prev-edit-point`)
+- `<M-C-right>` is "Next Edit Point" (`M-x emmet-next-edit-point`)
For further information and demo see [Emmet's documentation](http://docs.emmet.io/actions/go-to-edit-point/).