diff --git a/README.md b/README.md index adcd91d..65dfb62 100644 --- a/README.md +++ b/README.md @@ -271,9 +271,9 @@ 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` | | | +| OR | `\/` | `\|\|` | `or` | +| XOR | `_\/_` | `xor` | | +| NOT | `not` | | | --------------------------------------------------