From 89c772aac3f94e2c1047761388c9abd7bdf42c67 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 5 Jan 2017 17:35:49 -0700 Subject: [PATCH] README: fix some typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5a0de4d..df9581a7 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Don't try to port it to mainnet or an altcoin and use it today! No really. Lig ## Installation -* In order to build form source, the following build dependancies are required: +* In order to build form source, the following build dependencies are required: * **Go 1.5 or 1.6** Installation instructions can be found here: http://golang.org/doc/install. It is recommended to add `$GOPATH/bin` to your `PATH` at this point. **Note:** If you are building with Go 1.5, then you'll need to enable the vendor experiment by setting the `GO15VENDOREXPERIMENT` environment variable to `1`. If you're using Go 1.6 or later, then it is safe to skip this step. * **Glide** - This project uses `Glide` to manage depdnancies as well as to provide *reproducable builds*. + This project uses `Glide` to manage dependencies as well as to provide *reproducible builds*. To install `Glide`, execute the following command (assumes you already have Go properly installed): `$ go get -u github.com/Masterminds/glide` @@ -27,7 +27,7 @@ Don't try to port it to mainnet or an altcoin and use it today! No really. Lig This project currently requires `btcd` with segwit support, which is not merged yet. To install, please see [the installation instructions](docs/INSTALL.md). -With the prelimnary steps completed, to install `lnd`, `lncli`, and all related depenancies run the following commands: +With the preliminary steps completed, to install `lnd`, `lncli`, and all related dependencies run the following commands: ``` $ git clone https://github.com/lightningnetwork/lnd $GOPATH/src/github.com/lightningnetwork/lnd