diff --git a/README.md b/README.md index ab68696..42c44b6 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,6 @@ ## Overview -Join us on Discord - Overloaded operators for class types typically don't come alone. For example, when `x + y` is possible then `x += y` should be, too. When `x < y` is possible then `x > y`, `x >= y`, and `x <= y` should be, too.