diff --git a/README.md b/README.md index d788ee3d..8fdfde08 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,8 @@ sudo password when writing. * `fef` format the entire file * `,.` (comma followed by a dot) opens the next buffer. * `,m` (comma followed by m) opens the previous buffer. -* `;'` (semi-column followed by a single quote) switch to next tab. -* `;l` (semi-column followed by l) switch to previous tab. +* `;'` (semicolon followed by a single quote) switch to next tab. +* `;l` (semicolon followed by l) switch to previous tab. * `u` Convert the entire word to uppercace. * `l` Convert the entire word to lowercase. * `U` Convert the first char of a word to uppercase.