From 41d8503d7ea74e82333521b42ce1aea6f6196292 Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 9 May 2024 20:53:57 +0200 Subject: [PATCH] Update library description --- src/Matrix.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Matrix.elm b/src/Matrix.elm index bbd07a3..8b06a30 100644 --- a/src/Matrix.elm +++ b/src/Matrix.elm @@ -8,8 +8,8 @@ module Matrix exposing # Matrix SDK -This first version forms a mere basis from which we will create iterative builds -that slowly improve the codebase. +This library forms a mere basis from which an entire functional SDK is +developed for the Matrix protocol. It is generally quite unusual to regularly publish iterative beta versions on the public registry, but it is also generally quite unusual to exclusively