From 492ce07ed3b5144f1e071e48bc4f91ea8075378c Mon Sep 17 00:00:00 2001 From: Herman Junge Date: Fri, 6 Nov 2020 17:23:43 +0000 Subject: [PATCH] Update README.md (#1868) Just one line of doc --- remote_signer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_signer/README.md b/remote_signer/README.md index 67f83c7f2..7b7426d8f 100644 --- a/remote_signer/README.md +++ b/remote_signer/README.md @@ -6,7 +6,7 @@ Simple HTTP BLS signer service. This service is designed to be consumed by Ethereum 2.0 clients, looking for a more secure avenue to store their BLS12-381 secret keys, while running their validators in more permisive and/or scalable environments. -One goal of this package is to be standard compliant. There is a [current draft for an Ethereum Improvement Proposal (EIP)](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3030.md) in progress. Please refer to the [wishlist](#wishlist--roadmap) in this very document for a list of advanced features. +One goal of this package is to be standard compliant. There is a [current draft for an Ethereum Improvement Proposal (EIP)](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-3030.md) in progress. Please refer to the [roadmap](#roadmap) for a list of advanced features. ## API