diff --git a/flow-er.cabal b/flow-er.cabal
--- a/flow-er.cabal
+++ b/flow-er.cabal
@@ -1,6 +1,6 @@
 name:                  flow-er
-version:               1.0.1
-synopsis:              Directional operators to for common combinators
+version:               1.0.2
+synopsis:              MOre directional operators
 description:           Please see README.md
 homepage:              https://github.com/expede/flower#README
 
diff --git a/src/Control/Flower.hs b/src/Control/Flower.hs
--- a/src/Control/Flower.hs
+++ b/src/Control/Flower.hs
@@ -22,7 +22,7 @@
 
 With the pipe operator ('|>') proliferating through OCaml, F#, and Elixir,
 it's becoming clear which way the wind is blowing. A dataflow model is very
-natural to functional programming _____.
+natural to functional programming.
 
 Thinking in Haskell is multidimensional, reading forwards and backwards,
 and through levels of abstraction. This is extremely powerful, but does introduce
