provide formatting for lnd references

This commit is contained in:
hackerrdave
2017-12-19 20:28:38 -05:00
committed by Johan T. Halseth
parent 2ddd139084
commit ad40207126
4 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
# How to write a Python gRPC client for the Lightning Network Daemon
This section enumerates what you need to do to write a client that communicates
with lnd in Python.
with `lnd` in Python.
### Setup and Installation