summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 11 insertions, 12 deletions
diff --git a/README.md b/README.md
index 51695a7..0098b90 100644
--- a/README.md
+++ b/README.md
@@ -99,21 +99,20 @@ I fucking wanted to make it.
* `[ ]` `&=`
* `[ ]` `|=`
* `[ ]` `^=`
-* `[ ]` `+`
-* `[ ]` `-`
-* `[ ]` `*`
-* `[ ]` `/`
-* `[ ]` `%`
-* `[ ]` `&`
-* `[ ]` `|`
-* `[ ]` `^`
-* `[ ]` `~`
-* `[ ]` `$`
-* `[ ]` `!`
+* `[x]` `+`
+* `[x]` `-`
+* `[x]` `*`
+* `[x]` `/`
+* `[x]` `%`
+* `[x]` `&`
+* `[x]` `|`
+* `[x]` `^`
+* `[x]` `$`
+* `[x]` `!`
* `[x]` `==`
* `[x]` `!=`
* `[x]` `<`
-* `[ ]` `>`
+* `[x]` `>`
* `[x]` `<=`
* `[x]` `>=`
* `[x]` `||`