diff --git a/README.adoc b/README.adoc
index a42bf66893..a432f42805 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,18 +1,33 @@
-= https://github.com/input-output-hk/marlowe-cardano[Marlowe on the Cardano Blockchain]
-:email: plutus@iohk.io
-:author: Input Output HK Limited
-:toc: left
-:reproducible:
-
-Marlowe is a platform for financial products as smart contracts. Marlowe-Cardano is
-an implementation of Marlowe for the Cardano blockchain, built on top of Plutus.
+
+
+
+
+
+ Implementation of Marlowe On Cardano (Runtime)
+
+
+
+
+
+
+> [!IMPORTANT]
+> This Marlowe repository will soon be moved to https://github.com/marlowe-lang. The new repositories will be administered by an independent vehicle, a not-for-profit organization currently being set up by the transition team.
+> This will allow us to ensure community representation and stewardship. Future developments and support for Marlowe are transitioning to a community-driven model initially led by [Simon Thompson](https://github.com/simonjohnthompson), [Nicolas Henin](https://github.com/nhenin) and [Tomasz Rybarczyk](https://github.com/paluh).
+> See [here](https://github.com/marlowe-lang/.github/blob/main/profile/transition.md) for details.
+
+
+Marlowe-Cardano is an implementation of Marlowe for the Cardano blockchain, built on top of Plutus.
This repository contains:
-* The implementation of the Marlowe domain-specific language.
+* The Marlowe Runtime and Marlowe Runtime Web
+* The implementation of the Marlowe domain-specific language in Haskell.
* Tools for working with Marlowe, including static analysis.
* A selection of examples using Marlowe, including a number based on the ACTUS financial standard.
-* The Marlowe Playground, a web-based playground for learning and writing Marlowe Applications.
[IMPORTANT]
====