From bebcf5d3e1e5c8913a675ecacbbf3abe6c48b42c Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 5 Sep 2024 19:08:29 +0200 Subject: [PATCH] docs: reworded beta part --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90810f8..46df943 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ The full documentation is available on [docs.rs](https://docs.rs/codemp). The `codemp` protocol is [openly available](https://github.com/hexedtech/codemp-proto/) and servers may be freely developed with it. A reference instance is provided by hexed.technology at [codemp.dev](https://codemp.dev). You may create an account for it [here](https://codemp.dev/register). - During the initial closed beta, registrations will require an invite code. Get in contact if interested. -An open beta is going to follow with free access to a single workspace. After the open beta period, the [codemp.dev] will switch to a subscription-based model. +An open beta is going to follow with free access to a single workspace per user. +After such period, [codemp.dev](https://codemp.dev) will switch to a subscription-based model. # Development This is the main client library for `codemp`. It provides a batteries-included fully-featured `Client`, managed by the library itself, and exposes a number of functions to interact with it. The host program can obtain a `Client` handle by connecting, and from that reference can retrieve every other necessary component.