mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
docs: Correct a couple of typos in README.md. (#290)
This commit is contained in:
parent
a43e9c6883
commit
fc5d307c1a
1 changed files with 2 additions and 2 deletions
|
@ -47,12 +47,12 @@ said, `lnd` the current status of `lnd`'s BOLT compliance is:
|
||||||
## Developer Resources
|
## Developer Resources
|
||||||
|
|
||||||
The daemon has been designed to be as developer friendly as possible in order
|
The daemon has been designed to be as developer friendly as possible in order
|
||||||
to facilitate application development on top of `lnd`. To primary RPC
|
to facilitate application development on top of `lnd`. Two primary RPC
|
||||||
interfaces are exported: an HTTP REST API, and a [gRPC](https://grpc.io/)
|
interfaces are exported: an HTTP REST API, and a [gRPC](https://grpc.io/)
|
||||||
service. The exported API's are not yet stable, so be warned: they may change
|
service. The exported API's are not yet stable, so be warned: they may change
|
||||||
drastically in the near future.
|
drastically in the near future.
|
||||||
|
|
||||||
An automatically generated set of documentation for the RPC API's can be found
|
An automatically generated set of documentation for the RPC APIs can be found
|
||||||
at [api.lightning.community](api.lightning.community). A set of developer
|
at [api.lightning.community](api.lightning.community). A set of developer
|
||||||
resources including talks, articles, and example applications can be found at:
|
resources including talks, articles, and example applications can be found at:
|
||||||
[dev.lightning.community](dev.lightning.community).
|
[dev.lightning.community](dev.lightning.community).
|
||||||
|
|
Loading…
Add table
Reference in a new issue