summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-04 23:44:33 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-04 23:44:33 -0400
commit38f4967a8a9b15e255caf7078f09f7eb4850f169 (patch)
tree8afe0823245db8cd301e929d0dcad4e5c884e1c8 /README.md
parent9932ad34c1d790df721a6cc204d0fb9150a1cfbe (diff)
bug/change: removed space as and for now0.4.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e7337710..148d8660 100644
--- a/README.md
+++ b/README.md
@@ -268,10 +268,10 @@ Run using `btm`.
Note that the `and` operator takes precedence over the `or` operator.
-| Keywords | Usage | Description |
-| ------------------ | -------------------------------------------- | --------------------------------------------------- |
-| `and, &&, <Space>` | `<CONDITION 1> and/&&/<Space> <CONDITION 2>` | Requires both conditions to be true to match |
-| `or, \|\|` | `<CONDITION 1> or/\|\| <CONDITION 2>` | Requires at least one condition to be true to match |
+| Keywords | Usage | Description |
+| ---------- | ------------------------------------- | --------------------------------------------------- |
+| `and, &&` | `<CONDITION 1> and/&&<CONDITION 2>` | Requires both conditions to be true to match |
+| `or, \|\|` | `<CONDITION 1> or/\|\| <CONDITION 2>` | Requires at least one condition to be true to match |
#### Supported units