fix formatting in EIP 1

https://github.com/bitcoin/bips/pull/331
This commit is contained in:
Bryan Bishop 2016-02-29 19:17:54 -06:00
parent b883968936
commit 5cb3b7f54b
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@ The Created header records the date that the EIP was assigned a number. Both hea
EIPs may have a Requires header, indicating the EIP numbers that this EIP depends on.
EIPs may also have a Superseded-By header indicating that a EIP has been rendered obsolete by a later document; the value is the number of the EIP that replaces the current document. The newer EIP must have a Replaces header containing the number of the EIP that it rendered obsolete.
Auxiliary Files
==Auxiliary Files==
EIPs may include auxiliary files such as diagrams. Such files must be named EIP-XXXX-Y.ext, where "XXXX" is the EIP number, "Y" is a serial number (starting at 1), and "ext" is replaced by the actual file extension (e.g. "png").