From bcc3aacb2441addcae89b67dafff6142fc25ad05 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 6 Jul 2018 17:55:44 +1000 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00a5e251f2..35719b7020 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ A *work-in-progress* implementation of the Ethereum beacon_chain in Rust. -It is an implementation of [this -spec](https://notes.ethereum.org/SCIg8AH5SA-O4C1G1LYZHQ?view) and is also +It is an implementation of the [Full PoS Casper chain +v2](https://notes.ethereum.org/SCIg8AH5SA-O4C1G1LYZHQ?view) spec and is also largely based upon the [ethereum/beacon_chain](https://github.com/ethereum/beacon_chain) repo.