diff --git a/README.md b/README.md
index 6c22611d8b4bcc9bfcfd19b513ec856b970133a3..80ea3208f2cb54beb54b4e4687fb53ae2a33c431 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ where it improves legibility. Consult the source files for more information.
        - throws when zero-vector
      - `Vec2 rotate(Vec2, value_t)`
        - rotates the vector and returns it
-   - Supported Operators, All of these work as one would expect
+   - Supported Operators, all of these work as one would expect
      - `*` with `Vec2` (inner product) and `value_t`
      - `/` with `value_t`
        - throws upon division by zero