From 2678529aeda7484d174fdfdb2393ed43745a8ab4 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Mon, 7 Aug 2017 09:19:03 -0400 Subject: [PATCH] docs: simple in an unfavourable word for newsers --- docs/guide/basecoin-basics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/basecoin-basics.md b/docs/guide/basecoin-basics.md index f5e792e1bd..6ace1384fd 100644 --- a/docs/guide/basecoin-basics.md +++ b/docs/guide/basecoin-basics.md @@ -62,13 +62,13 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" #get this files director # Basecoin Basics -Here we explain how to get started with a simple Basecoin blockchain, +Here we explain how to get started with a basic Basecoin blockchain, how to send transactions between accounts using the `basecoin` tool, and what is happening under the hood. ## Install -Installing Basecoin is simple: +With go, it's one command: ```shelldown[0] go get -u github.com/tendermint/basecoin/cmd/... @@ -265,7 +265,7 @@ an [IAVL tree](https://github.com/tendermint/go-merkle). ### Transactions -Basecoin defines a simple transaction type, the `SendTx`, which allows tokens +Basecoin defines a transaction type, the `SendTx`, which allows tokens to be sent to other accounts. The `SendTx` takes a list of inputs and a list of outputs, and transfers all the tokens listed in the inputs from their corresponding accounts to the accounts listed in the output. The `SendTx` is