From c1c6f32e8cc70f49d12acb828acf19a12e88e4fc Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 18 Sep 2013 15:50:19 +0900 Subject: [PATCH] Update example command sequence --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f8ffe..e57a909 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,8 @@ You can override these default rules or define your own rules with | `` | Alignment around 1st whitespaces | `:'<,'>EasyAlign\ ` | | `2` | Alignment around 2nd whitespaces | `:'<,'>EasyAlign2\ ` | | `-` | Alignment around the last whitespaces | `:'<,'>EasyAlign-\ ` | -| `:` | Alignment around 1st colon | `:'<,'>EasyAlign:` | +| `:` | Alignment around 1st colon (`key: value`) | `:'<,'>EasyAlign:` | +| `:` | Alignment around 1st colon (`key : value`) | `:'<,'>EasyAlign:` | | `=` | Alignment around 1st equals signs (and the likes) | `:'<,'>EasyAlign=` | | `2=` | Alignment around 2nd equals signs (and the likes) | `:'<,'>EasyAlign2=` | | `3=` | Alignment around 3rd equals signs (and the likes) | `:'<,'>EasyAlign3=` |