From 78111b45dc731b8c8023ae41658fc73ee9af4f71 Mon Sep 17 00:00:00 2001 From: Claudio V Date: Mon, 29 Nov 2021 10:49:52 -0600 Subject: [PATCH] fix --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f7efd4b83..96dd196e63 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ **[Nimiq](https://nimiq.com/)** is a frictionless payment protocol for the web. This repository is currently under development. It contains the implementation of the Nimiq 2.0 blockchain: a proof of stake blockchain based in the Albatross consensus algorithm. -Nimiq 2.0 was conceived with performance in mind without sacrificing security. + +Nimiq 2.0 was conceived with performance in mind without sacrificing security. Currently, the protocol can be exercised in an environment aimed for developers where bugs are expected to happen. For more detailed information about how to connect and use the development network, please refer to the [Devnet](#devnet) section. @@ -106,8 +107,10 @@ Please take a look at the [`client.example.toml`](lib/src/config/config_file/cli ### Devnet -The development network (Devnet) is currently in release-candidate phase. It can be accessed via a seed node located in [devnetseed] -The main purpose of the development network is to invite all developers to exercise and test the Nimiq 2.0 client, filling and reporting any issue trough our github repository +The development network (Devnet) is currently in release-candidate phase. It can be accessed via a seed node located in [devnetseed]. + +The main purpose of the development network is to invite all developers to exercise and test the Nimiq 2.0 client, filling and reporting any issue trough our github repository. + For a full list of supported and non-supported functionality in the devnet, refer to [Nimiq 2.0 Devnet Project](https://github.com/nimiq/core-rs-albatross/projects) ## Contributing