mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-11 01:29:19 +01:00
Fixing badges in README
The Markdown for badges in the README has newlines incorrectly separating the images from the associated URL link, causing the link URLs to show up as text. This removes the newlines so that the badges render properly.
This commit is contained in:
parent
d958ea005f
commit
c2bdb5a4b0
1 changed files with 6 additions and 13 deletions
19
README.md
19
README.md
|
@ -1,16 +1,9 @@
|
|||
## Lightning Network Daemon
|
||||
[]
|
||||
(https://travis-ci.org/lightningnetwork/lnd)
|
||||
|
||||
[]
|
||||
(https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||
|
||||
[]
|
||||
(https://webchat.freenode.net/?channels=lnd)
|
||||
|
||||
[]
|
||||
(https://godoc.org/github.com/lightningnetwork/lnd)
|
||||
|
||||
|
||||
[](https://travis-ci.org/lightningnetwork/lnd)
|
||||
[](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
|
||||
[](https://webchat.freenode.net/?channels=lnd)
|
||||
[](https://godoc.org/github.com/lightningnetwork/lnd)
|
||||
[](https://coveralls.io/github/lightningnetwork/lnd?branch=master)
|
||||
|
||||
The Lightning Network Daemon (`lnd`) - is a complete implementation of a
|
||||
|
@ -112,4 +105,4 @@ go install; go test -v -p 1 $(go list ./... | grep -v '/vendor/')
|
|||
|
||||
## Further reading
|
||||
* [Step-by-step send payment guide with docker](https://github.com/lightningnetwork/lnd/tree/master/docker)
|
||||
* [Contribution guide](https://github.com/lightningnetwork/lnd/blob/master/docs/code_contribution_guidelines.md)
|
||||
* [Contribution guide](https://github.com/lightningnetwork/lnd/blob/master/docs/code_contribution_guidelines.md)
|
||||
|
|
Loading…
Add table
Reference in a new issue