1
0
mirror of https://github.com/bumi/lnrpc synced 2026-02-18 00:37:50 +00:00

Update README.md

This commit is contained in:
2020-08-29 19:44:15 +02:00
committed by GitHub
parent 2e903a25bd
commit 704c4c9256

View File

@@ -11,7 +11,7 @@ So lnrpc requires Ruby < 2.7.
Add this line to your application's Gemfile: Add this line to your application's Gemfile:
```ruby ```ruby
gem 'lnrpc', '~> 0.10.0' gem 'lnrpc', '~> 0.11.0'
``` ```
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)). 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)).