diff --git a/Empty.cabal b/Empty.cabal
--- a/Empty.cabal
+++ b/Empty.cabal
@@ -2,7 +2,7 @@
 --  see http://haskell.org/cabal/users-guide/
 
 name:                Empty
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A type class for empty containers
 description:         HasEmpty f has a member empty of type forall a. f a
 license:             BSD3
@@ -14,6 +14,10 @@
 build-type:          Simple
 extra-source-files:  ChangeLog.md
 cabal-version:       >=1.10
+
+source-repository head
+  type: git
+  location: https://gitlab.com/fresheyeball/Empty.git
 
 library
   exposed-modules:     Control.Empty
diff --git a/src/Control/Empty.hs b/src/Control/Empty.hs
--- a/src/Control/Empty.hs
+++ b/src/Control/Empty.hs
@@ -32,11 +32,11 @@
 
         @g \<$\> empty = empty@
 
-    [/Applicative annililation left/]
+    [/Applicative annihilation left/]
 
         @x \<*\> empty = empty@
 
-    [/Applicative annililation right/]
+    [/Applicative annihilation right/]
 
         @empty \<*\> x = empty@
 
