From 8bbd6b8a8b1a3634e9d463ec93f8da16d69fcc60 Mon Sep 17 00:00:00 2001 From: ethosdev <79124435+ethosdev@users.noreply.github.com> Date: Tue, 11 Oct 2022 04:09:52 -0700 Subject: [PATCH] Update README.md Use plural Specifications. This matches the repo name which is plural distributed-validator-specs (as well as other repo README such as the consensus-specs). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba44f4..c64c83a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ethereum Distributed Validator Specification +# Ethereum Distributed Validator Specifications Distributed Validators (DV) are a technique for distributing the job of an Ethereum validator among a set of distributed nodes in order to improve resilience (safety, liveness, or both) as compared to running a validator client on a single machine.