diff --git a/Text/Reform/Lucid/String.hs b/Text/Reform/Lucid/String.hs
--- a/Text/Reform/Lucid/String.hs
+++ b/Text/Reform/Lucid/String.hs
@@ -1,6 +1,6 @@
 {-# LANGUAGE FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, ScopedTypeVariables, TypeFamilies, UndecidableInstances, ViewPatterns #-}
 {- |
-This module provides functions creating Reform using blaze-html markup.
+This module provides functions creating Reform using lucid markup.
 
 This module assumes that you wish for text based controls such as 'inputText' and 'textarea' to using 'String' values. If you prefer 'Data.Text.Text' see "Text.Reform.Blaze.Text".
 
diff --git a/Text/Reform/Lucid/Text.hs b/Text/Reform/Lucid/Text.hs
--- a/Text/Reform/Lucid/Text.hs
+++ b/Text/Reform/Lucid/Text.hs
@@ -1,6 +1,6 @@
 {-# LANGUAGE FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, ScopedTypeVariables, TypeFamilies, UndecidableInstances, ViewPatterns #-}
 {- |
-This module provides functions creating Reform using blaze-html markup.
+This module provides functions creating Reform using lucid markup.
 
 This module assumes that you wish for text based controls such as 'inputText' and 'textarea' to using 'Text' values. If you prefer 'String' see "Text.Reform.Blaze.String".
 
diff --git a/reform-lucid.cabal b/reform-lucid.cabal
--- a/reform-lucid.cabal
+++ b/reform-lucid.cabal
@@ -1,13 +1,13 @@
 Name:                reform-lucid
-Version:             0.0.1.1
+Version:             0.0.1.2
 Synopsis:            Add support for using lucid with Reform
-Description:         Reform is a library for building and validating forms using applicative functors. This package add support for using reform with blaze-html.
+Description:         Reform is a library for building and validating forms using applicative functors. This package add support for using reform with lucid.
 License:             BSD3
 License-file:        LICENSE
 Author:              Jeremy Shaw, Zachary Churchill
 Maintainer:          zacharyachurchill@gmail.com
 Copyright:           2012 Jeremy Shaw, SeeReason Partners LLC,
-                     2019 Zachar Churchill
+                     2019 Zachary Churchill
 Category:            Web
 Build-type:          Simple
 Cabal-version:       >=1.6
