diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -29,6 +29,11 @@
 or
 [`awk`](https://www.gnu.org/software/gawk/manual/gawk.html).
 
+See [__replace-attoparsec__](https://hackage.haskell.org/package/replace-attoparsec)
+for the
+[__attoparsec__](http://hackage.haskell.org/package/attoparsec)
+version.
+
 ## Why would we want to do pattern matching and substitution with parsers instead of regular expressions?
 
 * Haskell parsers have a nicer syntax than
diff --git a/replace-megaparsec.cabal b/replace-megaparsec.cabal
--- a/replace-megaparsec.cabal
+++ b/replace-megaparsec.cabal
@@ -1,7 +1,7 @@
 name:                replace-megaparsec
-version:             1.1.2.0
+version:             1.1.3.0
 cabal-version:       1.18
-synopsis:            Stream editing with parsers
+synopsis:            Stream edit, find-and-replace with Megaparsec parsers
 homepage:            https://github.com/jamesdbrock/replace-megaparsec
 bug-reports:         https://github.com/jamesdbrock/replace-megaparsec/issues
 license:             BSD2
@@ -12,8 +12,7 @@
 category:            Parsing
 description:
 
-  Stream editing and find-and-replace with Megaparsec monadic parser
-  combinators.
+  Stream editing and find-and-replace with Megaparsec monadic parsers.
 
 extra-doc-files:     README.md
                    , CHANGELOG.md
