Correct walletdb README.md example link.

This commit is contained in:
Dave Collins 2014-11-10 22:12:59 -06:00
parent 3cd0aa011d
commit c9ee57d53d

View file

@ -63,7 +63,7 @@ $ go get github.com/conformal/btcwallet/walletdb
## Examples
* [Basic Usage Example]
(http://godoc.org/github.com/conformal/btcwallet/walletdb#example--basicUsage)
(http://godoc.org/github.com/conformal/btcwallet/walletdb#example-package--BasicUsage)
Demonstrates creating a new database, getting a namespace from it, and using a
managed read-write transaction against the namespace to store and retrieve
data.