diff --git a/json-spec-elm-servant.cabal b/json-spec-elm-servant.cabal
--- a/json-spec-elm-servant.cabal
+++ b/json-spec-elm-servant.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                json-spec-elm-servant
-version:             0.3.1.0
+version:             0.3.1.1
 synopsis:            Generated elm code for servant APIs.
 description:         Generate Elm encoders, decoders, and API requests
                      for an Servant API, where the shape of the data
diff --git a/src/Data/JsonSpec/Elm/Servant.hs b/src/Data/JsonSpec/Elm/Servant.hs
--- a/src/Data/JsonSpec/Elm/Servant.hs
+++ b/src/Data/JsonSpec/Elm/Servant.hs
@@ -219,7 +219,7 @@
     Collect all the Elm definitions needed to implement a client for
     the API.  This is called recursively on our walk down the API tree,
     and the @['Param']@ argument contains all the request parameters
-    (like 'Capture', 'ReqBody', etc) that have been encountered so far on
+    (like 'Servant.API.Capture', 'Servant.API.ReqBody'', etc) that have been encountered so far on
     whatever particular branch . It will start out empty at the API root.
   -}
   endpoints :: [Param] -> Definitions ()
