From a423c179aed8646c2cd4e2c98cfa37f5909f1894 Mon Sep 17 00:00:00 2001 From: Bram Date: Sat, 16 Dec 2023 02:11:56 +0100 Subject: [PATCH] Notify repo visitors about the beta repository --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2285aad..4078ad6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# Matrix SDK for Elm +> ⚠️⚠️⚠️ **This project has migrated to a beta version on [noordstar/elm-matrix-sdk-beta](https://github.com/noordstar/elm-matrix-sdk-beta)!** -This repository is a [Matrix](https://matrix.org/) SDK for [Elm](https://elm-lang.org/) compatible with [these spec versions](src/Internal/Api/README.md). +# Matrix SDK for Elm (alpha) + +This repository is an alpha version of the [Matrix](https://matrix.org/) SDK for [Elm](https://elm-lang.org/) compatible with [these spec versions](src/Internal/Api/README.md). + +This alpha version is highly experimental. It has been replaced by a [beta version repository](https://github.com/noordstar/elm-matrix-sdk-beta). ## How to install