docker: fix small typos in README.md

This commit is contained in:
Michiel de Jong 2017-03-01 02:33:59 +01:00 committed by Olaoluwa Osuntokun
parent 39cf3a6df5
commit 2841d8f503
1 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ automatically by their `docker-compose` config file.
### Create lightning network cluster ### Create lightning network cluster
This section describes a workflow on `simnet`, a development/test network This section describes a workflow on `simnet`, a development/test network
that's similar to Bitcoin Core's `regtest` mode. In `simnet` mode blocks can be that's similar to Bitcoin Core's `regtest` mode. In `simnet` mode blocks can be
generated as will, as the difficulty is very low. This makes it an ideal generated at will, as the difficulty is very low. This makes it an ideal
environment for testing as one doesn't need to wait tens of minutes for blocks environment for testing as one doesn't need to wait tens of minutes for blocks
to arrive in order to test channel related functionality. Additionally, it's to arrive in order to test channel related functionality. Additionally, it's
possible to spin up an arbitrary number of `lnd` instances within containers to possible to spin up an arbitrary number of `lnd` instances within containers to
@ -194,8 +194,8 @@ alice$ lncli listchannels
bob$ lncli listchannels bob$ lncli listchannels
``` ```
Now we have open channel in which we sent only one payment, lets imagine Now we have open channel in which we sent only one payment, let's imagine
that we sent a lots of them and we'll now like to close the channel. Lets do that we sent lots of them and we'll now like to close the channel. Let's do
it! it!
```bash ```bash
# List the "Alice" channel and retrieve "channel_point" which represent # List the "Alice" channel and retrieve "channel_point" which represent
@ -231,7 +231,7 @@ bob$ lncli walletbalance
### Connect to faucet lightning node ### Connect to faucet lightning node
In order to be more confident with `lnd` commands I suggest you to try In order to be more confident with `lnd` commands I suggest you to try
create mini lightnint network cluster ([Create lightning network cluster](#create-lightning-network-cluster)). to create a mini lightning network cluster ([Create lightning network cluster](#create-lightning-network-cluster)).
In this section we will try to connect our node to the faucent/hub node In this section we will try to connect our node to the faucent/hub node
which will create with as the channel and send as some amount of which will create with as the channel and send as some amount of
@ -296,4 +296,4 @@ and send some amount of bitcoins to `Alice`.
* How to see `alice` | `bob` | `btcd` logs? * How to see `alice` | `bob` | `btcd` logs?
```bash ```bash
docker-compose logs <alice|bob|btcd> docker-compose logs <alice|bob|btcd>
``` ```