diff --git a/database/README.md b/database/README.md index ea9972236..c51c9cc66 100644 --- a/database/README.md +++ b/database/README.md @@ -13,7 +13,7 @@ one entity can have the database open at a time (for most database backends), and that entity will be btcd. When a client wants programmatic access to the data provided by btcd, they'll -likely want to use the [btcrpcclient](https://github.com/btcsuite/btcrpcclient) +likely want to use the [rpcclient](https://github.com/btcsuite/btcd/tree/master/rpcclient) package which makes use of the [JSON-RPC API](https://github.com/btcsuite/btcd/tree/master/docs/json_rpc_api.md). However, this package could be extremely useful for any applications requiring