mirror of
https://github.com/bumi/lnrpc
synced 2026-02-23 18:50:52 +00:00
Fix typo in README.md
Just a misspelled word.
This commit is contained in:
@@ -75,7 +75,7 @@ lnd = Lnrpc::Client.new({credentials_path: '/path/to.cert.cls', macaroon_path: '
|
||||
lnd.lightning # => Lnrpc::Lightning::Stub
|
||||
lnd.router # => Lnrpc::Router::Stub
|
||||
|
||||
lnd.ligthning.get_info
|
||||
lnd.lightning.get_info
|
||||
```
|
||||
|
||||
Also have a look at [examples.rb](https://github.com/bumi/lnrpc/blob/master/examples.rb)
|
||||
|
||||
Reference in New Issue
Block a user