diff --git a/README.md b/README.md index 9df5786..adcd91d 100644 --- a/README.md +++ b/README.md @@ -270,10 +270,10 @@ dialect of Joy are defined in terms of these: | op | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators | |-----|-------------------|----------------|------------------------------| -| AND | /\ | && | and | -| OR | \\/ | \|\| | or | -| XOR | _\\/_ | xor | | -| NOT | not | ~ | | +| AND | `/\` | `&&` | `and ` | +| OR | `\\/` | `\|\|` | `or` | +| XOR | `\_\\/_` | `xor` | | +| NOT | `not` | | | --------------------------------------------------