diff --git a/Data/Conduit/TMChan.hs b/Data/Conduit/TMChan.hs
--- a/Data/Conduit/TMChan.hs
+++ b/Data/Conduit/TMChan.hs
@@ -1,5 +1,4 @@
--- | Introduction
---   =============
+-- | * Introduction
 --
 --   Contains a simple source and sink for linking together conduits in
 --   in different threads. Usage is so easy, it's best explained with an
@@ -29,8 +28,7 @@
 --   Control.Concurrent.STM.TMChan and Control.Concurrent.STM.TBMChan are
 --   re-exported for convenience.
 --
---   Caveats
---   ==========
+--   * Caveats
 --
 --   It is recommended to use TBMChan as much as possible, and generally avoid
 --   TMChan usage. TMChans are unbounded, and if used, the conduit pipeline
diff --git a/stm-conduit.cabal b/stm-conduit.cabal
--- a/stm-conduit.cabal
+++ b/stm-conduit.cabal
@@ -1,5 +1,5 @@
 Name:                stm-conduit
-Version:             0.2.3.0
+Version:             0.2.3.1
 Synopsis:            Introduces conduits to channels, and promotes using
                      conduits concurrently.
 Description:         Provides two simple conduit wrappers around STM
