From a4d202558f9c4f39c598b04cd5b232f85355e5f3 Mon Sep 17 00:00:00 2001 From: Chris Natoli Date: Mon, 7 Jan 2019 17:37:49 +1100 Subject: [PATCH] Fix bad syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd52ef506..01ebf6853 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Here we provide an overview of the directory structure: - `beacon_chain/`: contains logic derived directly from the specification. E.g., shuffling algorithms, state transition logic and structs, block 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. ### Running