diff --git a/threepenny-editors.cabal b/threepenny-editors.cabal
--- a/threepenny-editors.cabal
+++ b/threepenny-editors.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           threepenny-editors
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Composable algebraic editors
 description:    This package provides a type class 'Editable' and combinators to
                 easily put together form-like editors for algebraic datatypes.
@@ -11,7 +11,7 @@
                 NOTE: This library contains examples, but they are not built by default.
                 To build and install the example, use the @buildExamples@ flag like this
                 .
-                @cabal install threepenny-gui -fbuildExamples@
+                @cabal install threepenny-editors -fbuildExamples@
 category:       Web
 homepage:       https://github.com/pepeiborra/threepenny-forms#readme
 author:         Jose Iborra
