From 03b481d7d1ba7027ab6e18230a91addc3c1d9c15 Mon Sep 17 00:00:00 2001 From: Bryan White Date: Wed, 10 Nov 2021 09:29:19 +0100 Subject: [PATCH] Remove line break in the middle of a word The first paragraph had a line break between the "e" and "t" in the word "mainnet". --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ca510327..e3c733dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Fetch.ai fetchd repository -This repository contains the source code for validators on the Fetch network. The source is based on the [wasmd](https://github.com/CosmWasm/wasmd) variant of the Cosmos-SDK, which includes a virtual machine that compiles to WebAssembly. It contains Fetch.ai-specific updates required for the test networks and future mainne -t, including a decentralized random beacon (DRB) and a novel, compact multi-signatures scheme. Versions of this repository are not currently syncrhonised with either wasmd or the Cosmos-SDK. Please refer to the [releases](https://github.com/fetchai/fetchd/releases) section for the compatiblity with upstream versions. +This repository contains the source code for validators on the Fetch network. The source is based on the [wasmd](https://github.com/CosmWasm/wasmd) variant of the Cosmos-SDK, which includes a virtual machine that compiles to WebAssembly. It contains Fetch.ai-specific updates required for the test networks and future mainnet, including a decentralized random beacon (DRB) and a novel, compact multi-signatures scheme. Versions of this repository are not currently syncrhonised with either wasmd or the Cosmos-SDK. Please refer to the [releases](https://github.com/fetchai/fetchd/releases) section for the compatiblity with upstream versions. **Note**: Requires [Go 1.16+](https://golang.org/dl/)