diff --git a/HTML/sai-shape-syb.html b/HTML/sai-shape-syb.html
--- a/HTML/sai-shape-syb.html
+++ b/HTML/sai-shape-syb.html
@@ -14,6 +14,10 @@
 <li>building the testbench corresponding to the examples in this post.
 </ul>
 
+Haddock API <a href="api/html/sai-shape-syb/index.html">here</a>.
+
+On Hackage: <a href="http://hackage.haskell.org/package/sai-shape-syb">sai-shape-syb</a>
+
 <h2>Generic Shape</h2>
 
 It is sometimes useful to "project out" the shape or skeleton of a data structure.
diff --git a/sai-shape-syb.cabal b/sai-shape-syb.cabal
--- a/sai-shape-syb.cabal
+++ b/sai-shape-syb.cabal
@@ -1,9 +1,9 @@
 
 name:                sai-shape-syb
-version:             0.2.0
+version:             0.2.1
 synopsis:            Obtain homogeneous values from arbitrary values, tramsforming or culling data
 description:
-    This package provides SYB shape support: generic fmap to
+    This package provides SYB shape support: generic mapping to
     homogeneous types, and related features.  Complements existing
     Uniplate and TH shape libraries.  See <http://www.fremissant.net/shape-syb>
     for more information.
diff --git a/src/SAI/Data/Generics/Shape.hs b/src/SAI/Data/Generics/Shape.hs
--- a/src/SAI/Data/Generics/Shape.hs
+++ b/src/SAI/Data/Generics/Shape.hs
@@ -11,7 +11,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable (uses Data.Generics.Basics)
 --
--- This package provides SYB shape support: generic fmap to
+-- This package provides SYB shape support: generic mapping to
 -- homogeneous types, and related features.  Complements existing
 -- Uniplate and TH shape libraries.  See <http://www.fremissant.net/shape-syb>
 -- for more information.
diff --git a/src/SAI/Data/Generics/Shape/SYB.hs b/src/SAI/Data/Generics/Shape/SYB.hs
--- a/src/SAI/Data/Generics/Shape/SYB.hs
+++ b/src/SAI/Data/Generics/Shape/SYB.hs
@@ -23,7 +23,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable (uses Data.Generics.Basics)
 --
--- This package provides SYB shape support: generic fmap to
+-- This package provides SYB shape support: generic mapping to
 -- homogeneous types, and related features.  Complements existing
 -- Uniplate and TH shape libraries.  See <http://www.fremissant.net/shape-syb>
 -- for more information.
diff --git a/src/SAI/Data/Generics/Shape/SYB/Filter.hs b/src/SAI/Data/Generics/Shape/SYB/Filter.hs
--- a/src/SAI/Data/Generics/Shape/SYB/Filter.hs
+++ b/src/SAI/Data/Generics/Shape/SYB/Filter.hs
@@ -23,7 +23,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable (uses Data.Generics.Basics)
 --
--- This package provides SYB shape support: generic fmap to
+-- This package provides SYB shape support: generic mapping to
 -- homogeneous types, and related features.  Complements existing
 -- Uniplate and TH shape libraries.  See <http://www.fremissant.net/shape-syb>
 -- for more information.
diff --git a/src/SAI/Data/Generics/Shape/SYB/GHC.hs b/src/SAI/Data/Generics/Shape/SYB/GHC.hs
--- a/src/SAI/Data/Generics/Shape/SYB/GHC.hs
+++ b/src/SAI/Data/Generics/Shape/SYB/GHC.hs
@@ -20,7 +20,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable (uses Data.Generics.Basics)
 --
--- This package provides SYB shape support: generic fmap to
+-- This package provides SYB shape support: generic mapping to
 -- homogeneous types, and related features.  Complements existing
 -- Uniplate and TH shape libraries.  See <http://www.fremissant.net/shape-syb>
 -- for more information.
