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