From a24b5c7d2e995c2f92ad27883bc7fa54ee6cc741 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 6 May 2013 20:41:49 +0900 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 057919b..167a3ff 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ vnoremap :EasyAlign With the mapping, you can align selected lines with a few keystrokes. 1. `` key to start interactive EasyAlign command -1. Optional Enter keys to toggle right justification mode +1. Optional Enter keys to toggle right-justification mode 1. Optional field number (default: 1) - `1` Alignment around 1st delimiter - `2` Alignment around 2nd delimiter