diff --git a/README.md b/README.md index 4cd6e1f..83c566d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ puts response.alias ### Client wrapper -An optional client wrapper ([Lnrpc::Client](https://github.com/bumi/lnrpc/blob/master/lib/lnrpc/client.rb")) makes +An optional client wrapper ([Lnrpc::Client](https://github.com/bumi/lnrpc/blob/master/lib/lnrpc/client.rb)) makes initializing the gRPC client easier and removes the need for some boilerplate code for calling RPC methods. #### Example