From fc5d307c1af79af55dfe0057dc722283e47cca2d Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 30 Aug 2017 19:34:28 -0500 Subject: [PATCH] docs: Correct a couple of typos in README.md. (#290) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f062bd34..142775f7 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ said, `lnd` the current status of `lnd`'s BOLT compliance is: ## Developer Resources 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/) service. The exported API's are not yet stable, so be warned: they may change 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 resources including talks, articles, and example applications can be found at: [dev.lightning.community](dev.lightning.community).