diff options
author | Joey Zhou <josephyzhou@gmail.com> | 2014-01-30 06:08:40 +0800 |
---|---|---|
committer | Joey Zhou <josephyzhou@gmail.com> | 2014-01-30 06:08:40 +0800 |
commit | ab43c001f7642eaacb8d3bbcde5f0016ce73a85d (patch) | |
tree | bfba12d5e8d8910ce827a604521b1cc83ab5456f | |
parent | 6ab368cf7426195a0d44b14ad6d82c020c024395 (diff) | |
download | go-tangerine-ab43c001f7642eaacb8d3bbcde5f0016ce73a85d.tar.gz go-tangerine-ab43c001f7642eaacb8d3bbcde5f0016ce73a85d.tar.zst go-tangerine-ab43c001f7642eaacb8d3bbcde5f0016ce73a85d.zip |
typo?
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ Ethereum Go makes use of a modified `secp256k1-go` and therefor GMP. Install ======= -```go get -u -t https://github.com/ethereum/go-ethereum``` +```go get -u -t github.com/ethereum/go-ethereum``` Command line options |