aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2392094..968efd1 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Currently implemented primitives:
| `pop` | Remove uppermost stack element |
| `dup` | Duplicate top-of-stack |
| `swp` | Swap the first two stack elements |
-| `over` | Place a copy of the second stack element on top-of-stack |
+| `ovr` | Place a copy of the second stack element on top-of-stack |
| `rot` | Rotate the top three stack elements |
| `true` | Write true boolean value to top-of-stack |
| `false` | Write false boolean value to top-of-stack |