cleanup
diff --git a/README.md b/README.md
index ed1fa07..844a622 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
The Alpakka project is an open source initiative to implement stream-aware, reactive, integration pipelines for Java and Scala. It is built on top of [Akka Streams](https://doc.akka.io/docs/akka/current/stream/index.html), and has been designed from the ground up to understand streaming natively and provide a DSL for reactive and stream-oriented programming, with built-in support for backpressure. Akka Streams is a [Reactive Streams](http://www.reactive-streams.org/) and JDK 9+ [java.util.concurrent.Flow](https://docs.oracle.com/javase/10/docs/api/java/util/concurrent/Flow.html)-compliant implementation and therefore [fully interoperable](https://doc.akka.io/docs/akka/current/general/stream/stream-design.html#interoperation-with-other-reactive-streams-implementations) with other implementations.
-Pekko connectors is a fork of [Alpakka](https://github.com/akka/alpakka) 2.6.x, prior to the Akka project's adoption of the Business Source License.
+Pekko connectors is a fork of [Alpakka](https://github.com/akka/alpakka) 4.0.0, prior to the Akka project's adoption of the Business Source License.
Documentation
-------------
diff --git a/RELEASING.md b/RELEASING.md
index d8d1193..5bf916e 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -3,7 +3,7 @@
Use this command to create a release issue of [Pekko Connectors Release Train Issue Template](docs/release-train-issue-template.md) and follow the steps.
```bash
-~/pekkoConnectors> scripts/create-release-issue.sh `version-to-be-released`
+~/pekko-connectors> scripts/create-release-issue.sh `version-to-be-released`
```
### Releasing only updated docs