diff --git a/byteunits.cabal b/byteunits.cabal
--- a/byteunits.cabal
+++ b/byteunits.cabal
@@ -1,5 +1,5 @@
 name:                byteunits
-version:             0.4.0
+version:             0.4.0.1
 description:         Human friendly conversion between byte units (KB, MB, GB...)...
 synopsis:            Human friendly conversion between byte units (KB, MB, GB...)
 license:             BSD3
diff --git a/src/Data/ByteUnits.hs b/src/Data/ByteUnits.hs
--- a/src/Data/ByteUnits.hs
+++ b/src/Data/ByteUnits.hs
@@ -1,6 +1,6 @@
 -- | Here is a quick example:
 --
---  > ByteValue (1024 * 1024 * 3)
+--  > ByteValue (1024 * 1024 * 3) Bytes
 --  > -- the above will evaluate to: ByteValue 3145728.0 Bytes
 --
 --  > getShortHand . getAppropriateUnits $ ByteValue (1024 * 1024 * 3) Bytes
