From d3b304e92e0fa1e0419b93be037d2fe2539d7a2a Mon Sep 17 00:00:00 2001 From: manuroe Date: Tue, 7 Mar 2023 18:24:56 +0100 Subject: [PATCH] Add a status section to indicate the project is still WIP (#682) to avoid confusion --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6eba7c123..172ce6d32 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ ElementX leverages the [Matrix Rust SDK](https://github.com/matrix-org/matrix-ru We're doing this as a way to share code between platforms and while we've seen promising results it's still in the experimental stage and bound to change. +## Status + +This project is in work in progress. The app does not cover yet all functionalities we expect. + ## Contributing Please see our [contribution guide](CONTRIBUTING.md).