Merge pull request #3684 from alexbosworth/patch-12

trivial: fix typo
This commit is contained in:
Johan T. Halseth 2019-11-07 12:00:35 +01:00 committed by GitHub
commit d50b3a9c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
### Prerequisites
#### protoc
Install the dependencies for genarating protobuf definitions as stated in [lnrpc docs](
Install the dependencies for generating protobuf definitions as stated in [lnrpc docs](
../lnrpc/README.md#generate-protobuf-definitions)
#### gomobile
Follow [gomobile](https://github.com/golang/go/wiki/Mobile) in order to intall `gomobile` and dependencies.
Follow [gomobile](https://github.com/golang/go/wiki/Mobile) in order to install `gomobile` and dependencies.
Remember to run `gomobile init` (otherwise the `lnd` build might just hang).