Update README.md

This commit is contained in:
bumi 2023-03-10 12:03:32 +02:00 committed by GitHub
parent 395550248e
commit 951291c803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ a [gRPC](https://grpc.io/) client for [LND, the Lightning Network Daemon](https:
Add this line to your application's Gemfile:
```ruby
gem 'lnrpc', '~> 0.13.0'
gem 'lnrpc', '~> 0.15.5'
```
lnrpc follows the lnd versioning, thus it is recommended to specify the exact version you need for your lnd node as dependency (see [#Versioning](#Versioning)).