From 5e39ccf4321a717102675a54222b3f126e436fd3 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 9 May 2016 15:41:43 +0100 Subject: [PATCH] Fix typos and grammar --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index ff24921e4..e7fcfc31a 100644 --- a/index.html +++ b/index.html @@ -29,14 +29,14 @@ of geth, and the Ethereum toolset.

Ethereum's publicly available network can be accessed by anyone at any time, freely without any cost. It can serve as a backbone for -any open or closed sourced project that requires (but not necessarily) -the rebustnes of free public peer to peer networks with a consesus +any open or closed sourced project that may require +the robustness of free, public peer-to-peer networks with a consensus backing layer.

-Ethereum may also (freely) be run in a private (corporate) environment -without any cost, all core source is licensed under the LGPL +Ethereum may also be run in a private environment, such as for use within a corporate network, +without any cost. All core source is licensed under the LGPL and all frontend code is licensed under GPL.

@@ -46,7 +46,7 @@ For more information about the Ethereum protocol refer to the Getting started -Getting started with ethereum is simple, the only thing you require is the geth +Getting started with Ethereum is simple, the only thing you require is the geth binary. Please refer to the developer documentation @@ -54,7 +54,7 @@ for a beginner tutorial on how to get started with the Go Ethereum API.

Development builds

-

The following builds are build automatically by our build servers after each push to the develop branch.

+

The following builds are built automatically after each push to the develop branch.