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=` |