From 19dab6422a0df5e8b4dd6dafebb468760a3c499d Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 3 Sep 2019 11:35:13 +1000 Subject: [PATCH] Fix some types in book --- book/src/interop-cheat-sheet.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/book/src/interop-cheat-sheet.md b/book/src/interop-cheat-sheet.md index 4f6f079b4..f12b9652c 100644 --- a/book/src/interop-cheat-sheet.md +++ b/book/src/interop-cheat-sheet.md @@ -9,12 +9,12 @@ interop testing. - [Avoid port clashes when starting multiple nodes](#port-bump) - [Specify a custom slot time](#slot-time) - Using the beacon node HTTP API: - - [Curl a nodes ENR](#http-enr) - - [Curl a nodes connected peers](#http-peer-ids) - - [Curl a nodes local peer id](#http-peer-id) - - [Curl a nodes listening multiaddrs](#http-listen-addresses) - - [Curl a nodes beacon chain head](#http-head) - - [Curl a nodes finalized checkpoint](#http-finalized) + - [Curl a node's ENR](#http-enr) + - [Curl a node's connected peers](#http-peer-ids) + - [Curl a node's local peer id](#http-peer-id) + - [Curl a node's listening multiaddrs](#http-listen-addresses) + - [Curl a node's beacon chain head](#http-head) + - [Curl a node's finalized checkpoint](#http-finalized) ## Category: CLI