Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
Fix links in the readme (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
miltzi authored and mbyczkowski committed Oct 23, 2018
1 parent 45b4123 commit f33cbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,7 +20,7 @@ Getting Started

Installing
----------
If missing, install [https://github.com/golang/dep](dep)
If missing, install [https://github.com/golang/dep](https://github.com/golang/dep)

```
$ git clone https://github.com/square/beancounter/
Expand Down Expand Up @@ -67,7 +67,7 @@ Balance: 111168038
Compute balance of a HD wallet (using Btcd)
-------------------------------------------

[https://github.com/btcsuite/btcd](Btcd) contains information on how to setup a node.
[https://github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) contains information on how to setup a node.

Beancounter requires `addrindex=1`, `txindex=1`, and `notls=1`. If your node is on a remote server,
we recommend tunneling the RPC traffic over ssh or some other secure tunnel.
Expand Down

0 comments on commit f33cbb7

Please sign in to comment.