diff --git a/README.md b/README.md index f13e773..055cc3c 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,16 @@ Alignment rules for the following delimiters have been crafted to meet the most ### Example command sequences -| With visual map | Description | Equivalent command | -| ----------------- | ------------------------------------------------- | --------------------- | -| `=` | Alignment around 1st equals sign (and the likes) | `:'<,'>EasyAlign =` | -| `2=` | Alignment around 2nd equals sign (and the likes) | `:'<,'>EasyAlign 2=` | -| `3=` | Alignment around 3rd equals sign (and the likes) | `:'<,'>EasyAlign 3=` | -| `*=` | Alignment around all equals signs (and the likes) | `:'<,'>EasyAlign *=` | -| `` | Alignment around 1st space | `:'<,'>EasyAlign \ ` | -| `2` | Alignment around 2nd space | `:'<,'>EasyAlign 2\ ` | -| `:` | Alignment around 1st colon | `:'<,'>EasyAlign :` | -| ... | ... | | +| With visual map | Description | Equivalent command | +| ----------------- | ------------------------------------------------- | -------------------- | +| `=` | Alignment around 1st equals sign (and the likes) | `:'<,'>EasyAlign=` | +| `2=` | Alignment around 2nd equals sign (and the likes) | `:'<,'>EasyAlign2=` | +| `3=` | Alignment around 3rd equals sign (and the likes) | `:'<,'>EasyAlign3=` | +| `*=` | Alignment around all equals signs (and the likes) | `:'<,'>EasyAlign*=` | +| `` | Alignment around 1st space | `:'<,'>EasyAlign\ ` | +| `2` | Alignment around 2nd space | `:'<,'>EasyAlign2\ ` | +| `:` | Alignment around 1st colon | `:'<,'>EasyAlign:` | +| ... | ... | | Defining custom alignment rules -------------------------------