From cbb3856ab9756f829d6af4107b884327df9e606e Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 16 Nov 2020 09:09:04 +0000 Subject: [PATCH] Fix ToC (cherry-picked from @hwwhww's PR) --- specs/lightclient/beacon-chain.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/specs/lightclient/beacon-chain.md b/specs/lightclient/beacon-chain.md index f64dc1271..0c7ab2a3b 100644 --- a/specs/lightclient/beacon-chain.md +++ b/specs/lightclient/beacon-chain.md @@ -2,6 +2,10 @@ ## Table of contents + + + + - [Introduction](#introduction) - [Custom types](#custom-types) - [Constants](#constants) @@ -24,8 +28,11 @@ - [`get_sync_committee`](#get_sync_committee) - [Block processing](#block-processing) - [Sync committee processing](#sync-committee-processing) - - [Epoch processing](#epoch-transition) - - [Final updates](#updates-updates) + - [Epoch processing](#epoch-processing) + - [Final updates](#final-updates) + + + ## Introduction