diff --git a/README.md b/README.md index a7e11a3..4887006 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ write a more powerful interpreter that can parse numbers. | `+` | ( x y -- z ) | Sum the two numbers at the top of the stack | | `nand` | ( x y -- z ) | NAND the two numbers at the top of the stack | | `exit` | ( r:addr -- ) | Pop return stack and resume execution at addr | -| `key` | ( -- x ) | Read key stroke as ASCII character) | +| `key` | ( -- x ) | Read key stroke as ASCII character | | `emit` | ( x -- ) | Print low byte of x as an ASCII character | ### Variables