diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# 0.0.0.1 (2023-01-25)
+
+Fix documentation typos
+
 # 0.0.0.0 (2023-01-15)
 
 Initial release
diff --git a/quaalude.cabal b/quaalude.cabal
--- a/quaalude.cabal
+++ b/quaalude.cabal
@@ -1,11 +1,11 @@
 cabal-version: 3.0
 
 name: quaalude
-version: 0.0.0.0
+version: 0.0.0.1
 synopsis: Extremely minimal prelude
 category: Prelude
 
-description: "Essentials" is an minimal Prelude alternative containing
+description: "Essentials" is a minimal Prelude alternative containing
     only what is truly needed by the vast majority of modules.
 
 license: Apache-2.0
diff --git a/readme.md b/readme.md
--- a/readme.md
+++ b/readme.md
@@ -74,7 +74,7 @@
 (<=<) :: Monad m => (b -> m c) -> (a -> m b) -> a -> m c
 ```
 
-`(>>=)` is left associative; `(>>=)` is right associative.
+`(>>=)` is left associative; `(=<<)` is right associative.
 
 These functions keep all effects but discard some values:
 
