Fix bad syntax

This commit is contained in:
Chris Natoli 2019-01-07 17:37:49 +11:00
parent 973a3c1469
commit a4d202558f
No known key found for this signature in database
GPG Key ID: D3EA7DBA19945306

View File

@ -86,7 +86,7 @@ Here we provide an overview of the directory structure:
- `beacon_chain/`: contains logic derived directly from the specification. - `beacon_chain/`: contains logic derived directly from the specification.
E.g., shuffling algorithms, state transition logic and structs, block E.g., shuffling algorithms, state transition logic and structs, block
validation, BLS crypto, etc. validation, BLS crypto, etc.
- `lighthouse/'``: contains logic specific to this client implementation. E.g., - `lighthouse/`: contains logic specific to this client implementation. E.g.,
CLI parsing, RPC end-points, databases, etc. CLI parsing, RPC end-points, databases, etc.
### Running ### Running