diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -87,14 +87,6 @@
 
 # Usage Examples
 
-These usage examples can be run in a live Jupyter notebook hosted
-by [mybinder.org](https://mybinder.org/). Click the badge to launch:
-[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jamesdbrock/replace-megaparsec/master?urlpath=lab/tree/work/ReplaceMegaparsecUsage.ipynb)
-
-Try the examples in `ghci` by
-running `cabal v2-repl` in the `replace-megaparsec/`
-root directory.
-
 The examples depend on these imports.
 
 ```haskell
diff --git a/replace-megaparsec.cabal b/replace-megaparsec.cabal
--- a/replace-megaparsec.cabal
+++ b/replace-megaparsec.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                replace-megaparsec
-version:             1.5.0.0
+version:             1.5.0.1
 synopsis:            Find, replace, split string patterns with Megaparsec parsers (instead of regex)
 homepage:            https://github.com/jamesdbrock/replace-megaparsec
 bug-reports:         https://github.com/jamesdbrock/replace-megaparsec/issues
