From f24d9af85a6ba71ca0611fdb66dc6f6af5ad20b6 Mon Sep 17 00:00:00 2001 From: Paul Capestany Date: Sun, 17 Jan 2016 19:59:54 -0800 Subject: [PATCH] Fix capitalization so `go get` instructions work properly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdbbbf7f..95321baa 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Don't try to port it to mainnet or an altcoin and use it today! No really. Lig * Run the following command to obtain and install lnd, lncli, lnshell and all dependencies: ``` -go get -u -v github.com/LightningNetwork/lnd/... +go get -u -v github.com/lightningnetwork/lnd/... ``` Feel free to disregard any errors/warnings related to the lnstate and uspv packages.