diff options
author | Geff Obscura <obscuren@users.noreply.github.com> | 2014-01-30 07:23:14 +0800 |
---|---|---|
committer | Geff Obscura <obscuren@users.noreply.github.com> | 2014-01-30 07:23:14 +0800 |
commit | dbb1370c1fa71fbdd8ce0bc534409243f903cf6d (patch) | |
tree | bfba12d5e8d8910ce827a604521b1cc83ab5456f | |
parent | 6ab368cf7426195a0d44b14ad6d82c020c024395 (diff) | |
parent | ab43c001f7642eaacb8d3bbcde5f0016ce73a85d (diff) | |
download | dexon-dbb1370c1fa71fbdd8ce0bc534409243f903cf6d.tar.gz dexon-dbb1370c1fa71fbdd8ce0bc534409243f903cf6d.tar.zst dexon-dbb1370c1fa71fbdd8ce0bc534409243f903cf6d.zip |
Merge pull request #9 from josephyzhou/master
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 |