diff --git a/README.md b/README.md index 167a3ff..0a7c724 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ 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 field number (default: 1) - - `1` Alignment around 1st delimiter - - `2` Alignment around 2nd delimiter + - `1` Alignment around 1st delimiters + - `2` Alignment around 2nd delimiters - ... - `*` Alignment around all delimiters (recursive) 1. Delimiter (``, `=`, `:`, `.`, `|`, `,`) @@ -38,7 +38,7 @@ Alignment rules for the following delimiters have been crafted to meet the most | `:` | Suitable for formatting JSON or YAML | | `.` | Multi-line method chaining | | `,` | Multi-line method arguments | -| `|` | Table markdown | +| | | Table markdown | ### Example command sequences