diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for repl-alliance
 
+## 0.1.0.1 -- 2026-03-28
+
+* Fix an error in README
+
 ## 0.1.0.0 -- YYYY-mm-dd
 
 * First version. Released on an unsuspecting world.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@
 To use with a cabal project (you may need to run `cabal update` first):
 
 ```bash
-cabal repl my-project --build-depends repl-alliance --repl-options='-fplugin ReplAlliance'
+cabal repl my-project --no-transitive-deps --build-depends repl-alliance --repl-options='-fplugin ReplAlliance'
 ```
 
 ## Compatibility
diff --git a/repl-alliance.cabal b/repl-alliance.cabal
--- a/repl-alliance.cabal
+++ b/repl-alliance.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               repl-alliance
-version:            0.1.0.0
+version:            0.1.0.1
 synopsis:           Currated set of plugins for REPL based development
 description:        Currated set of plugins for REPL based development providing some IDE-like functionality
 license:            BSD-3-Clause
