Skip to content

Commit 6e54938

Browse files
authored
Clean up markdown (#9)
Apply common markdown linting rules.
1 parent 44434a9 commit 6e54938

File tree

4 files changed

+160
-161
lines changed

4 files changed

+160
-161
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Bitcoin Lightning Improvement Proposal
22

3-
bLIP stands for Bitcoin Lightning Improvement Proposal. A bLIP is a design document
4-
providing information to the Lightning community, or describing a new feature for
5-
the Lightning Network. The bLIP should provide a concise technical specification of
6-
the feature and a rationale for the feature. The bLIP author is responsible for
3+
bLIP stands for Bitcoin Lightning Improvement Proposal. A bLIP is a design document
4+
providing information to the Lightning community, or describing a new feature for
5+
the Lightning Network. The bLIP should provide a concise technical specification of
6+
the feature and a rationale for the feature. The bLIP author is responsible for
77
building consensus within the community and documenting dissenting opinions.
88
Importantly, if a feature is intended to become universal or near universal, it must
99
be a [BOLT](https://github.com/lightning/bolts).
1010

11-
People wishing to submit bLIPs (Bitcoin Lightning Improvement Proposals) should
12-
first propose their idea to the [Lightning development mailing
13-
list](https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev). After
14-
discussion, please open a PR. After copy-editing and acceptance, it will be
11+
People wishing to submit bLIPs (Bitcoin Lightning Improvement Proposals) should
12+
first propose their idea to the [Lightning development mailing
13+
list](https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev). After
14+
discussion, please open a PR. After copy-editing and acceptance, it will be
1515
published here.
1616

1717
For more detail on the process, please read [bLIP-0001](./blip-0001.md) and
1818
[bLIP-0002](./blip-0002.md).
1919

20-
| Number | Title | Author | Status |
21-
|--------|---------------------------|-----------------------------|--------|
20+
| Number | Title | Author | Status |
21+
|--------------------------|---------------------------|-----------------------------|--------|
2222
| [1](./blip-0001.md) | bLIP Process | Ryan Gentry | Active |
23-
| [2](./blip-0002.md) | reserved values | Bastien Teinturier | Active |
23+
| [2](./blip-0002.md) | Reserved Values | Bastien Teinturier | Active |
2424
| [3](./blip-0003.md) | Keysend | Valentine Wallace | Active |

0 commit comments

Comments
 (0)