diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -50,6 +50,6 @@
 newtype TextTemplate a = TextTemplate (Op Text a)
   deriving newtype (FromDhall)
 
-newtype TextTemplates = TextTemplates {unTemplates :: Rec Template '[A, B]}
+newtype TextTemplates = TextTemplates {unTemplates :: Rec TextTemplate '[A, B]}
   deriving (FromDhall) via (Rec (Op Text) '[A, B])
 ```
diff --git a/composite-dhall.cabal b/composite-dhall.cabal
--- a/composite-dhall.cabal
+++ b/composite-dhall.cabal
@@ -5,10 +5,10 @@
 -- see: https://github.com/sol/hpack
 
 name:           composite-dhall
-version:        0.0.4.0
+version:        0.0.4.1
 synopsis:       Dhall instances for composite records.
 description:    Dhall instances for composite records.
-category:       Dhall
+category:       Composite, Data, Dhall
 author:         Daniel Firth
 maintainer:     dan.firth@homotopic.tech
 copyright:      2021 Daniel Firth
