Fix README syntax error
This commit is contained in:
parent
d1a1486c6d
commit
275c0c31f6
@ -21,8 +21,8 @@ The first program can be compiled by running `make` (or `make cpu` to get the `c
|
|||||||
CLI arguments:
|
CLI arguments:
|
||||||
1. The input filename, or none for standard input
|
1. The input filename, or none for standard input
|
||||||
|
|
||||||
\[feature count] \[first seed (inclusive, may be hex)] \[last seed (exclusive, may be hex)]
|
[feature count] [first seed (inclusive, may be hex)] [last seed (exclusive, may be hex)]
|
||||||
\[structure name] \[structure x] \[structure y] \(repeated as many times as there are structures)
|
[structure name] [structure x] [structure y] (repeated as many times as there are structures)
|
||||||
|
|
||||||
### Stage 2 program:
|
### Stage 2 program:
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ CLI arguments:
|
|||||||
2. The input filename, or - for standard input
|
2. The input filename, or - for standard input
|
||||||
|
|
||||||
File data:
|
File data:
|
||||||
\[structure name] \[structure x] \[structure y] \(repeated as many times as there are structures)
|
[structure name] [structure x] [structure y] (repeated as many times as there are structures)
|
||||||
|
|
||||||
### Structure names (same for both stages):
|
### Structure names (same for both stages):
|
||||||
- MINESHAFT
|
- MINESHAFT
|
||||||
|
Loading…
Reference in New Issue
Block a user